@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/35b64a61-470e-4a93-b15a-51f47159dfbd> a dcat:Dataset ;
    dct:description "Waters identified as impaired from the current approved Clean Water Act 303(d) lists submitted by states." ;
    dct:identifier "{75725C11-20A9-4EA4-9BD6-FBA4D04FAFF9}" ;
    dct:issued "2014-01-01"^^xsd:date ;
    dct:modified "2014-10-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 "Current Clean Water Act 303(d) Listed Impaired Waters" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Charles Kovatch, U.S. EPA Office of Water (OW) - Office of Wetlands Oceans and Watersheds (OWOW)" ;
            vcard:hasEmail <mailto:kovatch.charles@epa.gov> ] ;
    dcat:keyword "303d",
        "amerigeo",
        "amerigeoss",
        "ckan",
        "clean-water-act",
        "cwa",
        "environment",
        "geo",
        "geoss",
        "impaired-waters",
        "inlandwaters",
        "national",
        "north-america",
        "pollution",
        "state",
        "united-states",
        "water-quality" .

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

