@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/213ab616-cc30-4dab-873f-c9c8d041f6cc> a dcat:Dataset ;
    dct:description "This dataset contains the county outline (boundary) polygon for Chester County, PA." ;
    dct:identifier "213ab616-cc30-4dab-873f-c9c8d041f6cc" ;
    dct:issued "2025-11-20T10:25:56.261905"^^xsd:dateTime ;
    dct:modified "2025-11-20T10:25:56.261909"^^xsd:dateTime ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POLYGON ((-76.1367 39.7078, -75.3549 39.7078, -75.3549 40.2525, -76.1367 40.2525, -76.1367 39.7078))"^^gsp:wktLiteral ] ;
    dct:title "Chester County - County Boundary" ;
    dcat:distribution <https://data.amerigeoss.org/dataset/213ab616-cc30-4dab-873f-c9c8d041f6cc/resource/098c2495-e633-425f-a4a7-2a62ff591cca> ;
    dcat:keyword "amerigeo",
        "amerigeoss",
        "ckan",
        "geo",
        "geoss",
        "national",
        "north-america",
        "united-states" .

<https://data.amerigeoss.org/dataset/213ab616-cc30-4dab-873f-c9c8d041f6cc/resource/098c2495-e633-425f-a4a7-2a62ff591cca> a dcat:Distribution ;
    dct:issued "2020-11-29T22:59:03.433545"^^xsd:dateTime ;
    dct:modified "2025-11-20T10:25:56.256308"^^xsd:dateTime ;
    dct:title "Web Resource" ;
    dcat:accessURL <http://www.pasda.psu.edu> .

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

