@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/15cff3e9-64c8-480f-b0bb-0718ddba2d94> a dcat:Dataset ;
    dct:description "Includes major paved roads/highways which lie within or in close proximity to the Allegheny National Forest (ANF)." ;
    dct:identifier "15cff3e9-64c8-480f-b0bb-0718ddba2d94" ;
    dct:issued "2025-11-20T03:47:54.474007"^^xsd:dateTime ;
    dct:modified "2025-11-20T03:47:54.474011"^^xsd:dateTime ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POLYGON ((-79.5155 41.2414, -78.6148 41.2414, -78.6148 42.0087, -79.5155 42.0087, -79.5155 41.2414))"^^gsp:wktLiteral ] ;
    dct:title "MajorRoad" ;
    dcat:keyword "allegheny-national-forest",
        "amerigeo",
        "amerigeoss",
        "anf",
        "ckan",
        "geo",
        "geoss",
        "highway",
        "national",
        "north-america",
        "pa",
        "pennsylvania",
        "road",
        "route",
        "united-states" .

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

