@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/1f1bc4f5-18c8-47a4-af64-c84e65bdcea5> a dcat:Dataset ;
    dct:description "The 2011 EPA Pesticide General Permit (PGP) covers discharges of biological pesticides, and chemical pesticides that leave a residue, in areas where EPA is the NPDES permitting authority, for the following four pesticide use patterns: Mosquito and other flying insect pest control; Weed and algae control; Animal pest control; and Forest canopy pest control." ;
    dct:identifier "{1D54B300-24B2-478F-A5AF-1C4F277824B6}" ;
    dct:issued "2014-01-01"^^xsd:date ;
    dct:modified "2012-01-12"^^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 "2011 EPA Pesticide General Permit (PGP)" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Jackie Clark, U.S. EPA Office of Water (OW) - Office of Wastewater Management (OWM)" ;
            vcard:hasEmail <mailto:clark.jackie@epa.gov> ] ;
    dcat:keyword "amerigeo",
        "amerigeoss",
        "ckan",
        "discharges",
        "environment",
        "geo",
        "geoss",
        "national",
        "north-america",
        "npdes",
        "permits",
        "pesticides",
        "pgp",
        "united-states" .

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

