@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 vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.amerigeoss.org/dataset/2fa85598-8ab9-48d4-b3fb-7cfc7f6e769b> a dcat:Dataset ;
    dct:description "This point dataset was created to show the restroom locations within Rocky Mountain National Park. These data were extracted from the NPS FMSS. Edits were made by Glenn Hoffman at ROMO in November 2016 to incorporate the NPS Core Data Standard dated 08/10/2016." ;
    dct:identifier <http://datainventory.doi.gov/id/dataset/nps-datastore-2240816> ;
    dct:issued "2017-04-12T00:00:00+00:00"^^xsd:dateTime ;
    dct:modified "2017-04-12T00:00:00+00:00"^^xsd:dateTime ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POLYGON ((-105.9137 40.1581, -105.9137 40.5538, -105.4936 40.5538, -105.4936 40.1581, -105.9137 40.1581))"^^gsp:wktLiteral ] ;
    dct:title "Restrooms - Rocky Mountain National Park" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "NPS IRMA Help" ;
            vcard:hasEmail <mailto:NRSS_DataStore@nps.gov> ] ;
    dcat:keyword "AmeriGEO",
        "AmeriGEOSS",
        "CKAN",
        "GEO",
        "GEOSS",
        "National",
        "North America",
        "United States",
        "facilities",
        "nps",
        "restroom",
        "rocky-mountain-national-park",
        "romo" ;
    dcat:theme <%7Bgeospatial%7D> .

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

