@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/2f910f68-c2b8-4824-ba6e-f269cf55fcdd> a dcat:Dataset ;
    dct:description "The Reach Address Database (RAD) stores the reach address of each Water Program feature that has been linked to the underlying surface water features (streams, lakes, etc) in the National Hydrology Database (NHD). (A reach is the portion of a stream between two points of confluence. A confluence is the location where two or more streams flow together.)" ;
    dct:identifier "{D20AB7CA-B071-4FFD-827D-3007A3CF5211}" ;
    dct:issued "2014-01-01"^^xsd:date ;
    dct:modified "2014-01-01"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POLYGON ((-180.0000 18.0000, -66.0000 18.0000, -66.0000 72.0000, -180.0000 72.0000, -180.0000 18.0000))"^^gsp:wktLiteral ] ;
    dct:title "Reach Address Database (RAD)" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Pravin Rana, U.S. EPA Office of Water (OW)" ;
            vcard:hasEmail <mailto:Rana.Pravin@epa.gov> ] ;
    dcat:keyword "amerigeo",
        "amerigeoss",
        "ckan",
        "datafinder",
        "environment",
        "environmental-media-topics",
        "geo",
        "geoss",
        "national",
        "north-america",
        "sample",
        "surface-water",
        "united-states",
        "water" .

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

