@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/5937aee3-c983-4353-90d1-97a3c967fd6c> a dcat:Dataset ;
    dct:description "National Primary Drinking Water Regulations (NPDWRs or primary standards) are legally enforceable standards that apply to public water systems. Primary standards protect public health by limiting the levels of contaminants in drinking water." ;
    dct:identifier "{801C993D-B195-4B7A-97B6-17B299ED1E95}" ;
    dct:issued "2014-01-01"^^xsd:date ;
    dct:modified "2009-05-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, -180.0000 72.0000, -66.0000 72.0000, -66.0000 18.0000, -180.0000 18.0000))"^^gsp:wktLiteral ] ;
    dct:title "Drinking Water Maximum Contaminant Levels (MCLs)" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Karen Wirth, U.S. EPA Office of Water (OW) - Office of Ground Water and Drinking Water (OGWDW)" ;
            vcard:hasEmail <mailto:wirth.karen@epa.gov> ] ;
    dcat:keyword "amerigeo",
        "amerigeoss",
        "ckan",
        "contaminants",
        "drinking-water",
        "environment",
        "geo",
        "geoss",
        "health",
        "human-health",
        "mcl",
        "national",
        "north-america",
        "pollution",
        "public-water-systems",
        "sdwa",
        "united-states" .

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

