@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gsp: <http://www.opengis.net/ont/geosparql#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.amerigeoss.org/dataset/7cb49b3b-80a1-4f00-bc8e-8a3f7606d0fc> a dcat:Dataset ;
    dct:description "This layer is all the parcels in York County, PA. Layer should not be used at scales larger than 1:2400." ;
    dct:identifier "7cb49b3b-80a1-4f00-bc8e-8a3f7606d0fc" ;
    dct:issued "2025-11-22T22:02:15.265060"^^xsd:dateTime ;
    dct:modified "2025-11-22T22:02:15.265064"^^xsd:dateTime ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POLYGON ((-77.1422 39.7120, -76.2296 39.7120, -76.2296 40.2277, -77.1422 40.2277, -77.1422 39.7120))"^^gsp:wktLiteral ] ;
    dct:title "York County Parcels" ;
    dcat:keyword "amerigeo",
        "amerigeoss",
        "assessment",
        "cadestral",
        "ckan",
        "geo",
        "geoss",
        "national",
        "north-america",
        "parcels",
        "pennsylvania",
        "properties",
        "property",
        "united-states",
        "york-county" .

<https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> a foaf:Agent ;
    foaf:name "US Migrating" .

