@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/2bd57c2d-5b77-4366-8c75-881644434746> a dcat:Dataset ;
    dct:description "Ambient ozone concentrations for 2007 from the national ambient air quality monitoring networks stored in the Air Quality System (AQS)." ;
    dct:identifier "444FDE7D-E2E8-469E-92C1-766E2CDB73AD" ;
    dct:issued "2014-01-01"^^xsd:date ;
    dct:language "{en-US}" ;
    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 "Air Quality System (AQS) ambient observations: 2007 ozone" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Nick Mangus,Scientist, U.S. EPA Office of Air and Radiation (OAR) - Office of Air Quality Planning and Standards (OAQPS)" ;
            vcard:hasEmail <mailto:mangus.nick@epa.gov> ] ;
    dcat:keyword "AmeriGEO",
        "AmeriGEOSS",
        "CKAN",
        "GEO",
        "GEOSS",
        "National",
        "North America",
        "United States",
        "air-pollution",
        "air-quality",
        "ambient-air",
        "clean-air-trends",
        "environment",
        "epa",
        "epidemiology",
        "federal-data-download",
        "federal-datasets",
        "monitoring-air",
        "ozone",
        "public-health",
        "respiratory",
        "united-states" .

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

