@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/553d69ff-4413-42ca-868e-9027ed546e6d> a dcat:Dataset ;
    dct:description "Layer should not be used at scales larger than 1:2400." ;
    dct:identifier "553d69ff-4413-42ca-868e-9027ed546e6d" ;
    dct:issued "2025-11-21T18:57:13.589966"^^xsd:dateTime ;
    dct:modified "2025-11-21T18:57:13.589971"^^xsd:dateTime ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POLYGON ((-77.1405 39.7125, -76.2287 39.7125, -76.2287 40.2288, -77.1405 40.2288, -77.1405 39.7125))"^^gsp:wktLiteral ] ;
    dct:title "York County Geology" ;
    dcat:keyword "amerigeo",
        "amerigeoss",
        "ckan",
        "environment",
        "geo",
        "geology",
        "geoss",
        "national",
        "north-america",
        "pennsylvania",
        "united-states",
        "york-county" .

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

