@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://api.cloud.portaljs.com/dataset/f3593184-1fdd-40c1-a4aa-39dcf29d829a> a dcat:Dataset ;
    dct:description """Hourly air quality data collected by the city. The dataset begins in 2022 with data from a few stations that used AQMesh-brand sensors. Then it switches over to a few Clarity-brand sensors, and finally expands to ten Clarity stations. We have combined the two datasets into a single one here. You can use the "vendor" column to differentiate.\r
\r
The city's Air Quality Dashboard visualizes this data; we are also making it available here for further exploration.""" ;
    dct:identifier "f3593184-1fdd-40c1-a4aa-39dcf29d829a" ;
    dct:issued "2026-05-04T13:33:38.234904"^^xsd:dateTime ;
    dct:modified "2026-05-04T13:59:34.076798"^^xsd:dateTime ;
    dct:publisher <https://api.cloud.portaljs.com/organization/c2871f08-b31d-48c4-ae61-dce64d1cd898> ;
    dct:title "Air Quality Sensor Data" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Sam Firke" ;
            vcard:hasEmail <mailto:SFirke@a2gov.org> ] ;
    dcat:distribution <https://api.cloud.portaljs.com/dataset/f3593184-1fdd-40c1-a4aa-39dcf29d829a/resource/fd006b42-7328-43ed-a8ad-342d8099b4ba> ;
    dcat:keyword "a2zero" .

<https://api.cloud.portaljs.com/dataset/f3593184-1fdd-40c1-a4aa-39dcf29d829a/resource/fd006b42-7328-43ed-a8ad-342d8099b4ba> a dcat:Distribution ;
    dct:description "Source CSV mirrored from Ann Arbor open data portal" ;
    dct:format "CSV" ;
    dct:issued "2026-05-04T13:33:38.279712"^^xsd:dateTime ;
    dct:modified "2026-05-04T13:59:34.084791"^^xsd:dateTime ;
    dct:title "air_quality_hourly.csv" ;
    dcat:accessURL <https://api.cloud.portaljs.com/dataset/f3593184-1fdd-40c1-a4aa-39dcf29d829a/resource/fd006b42-7328-43ed-a8ad-342d8099b4ba/download/air_quality_hourly.csv> ;
    dcat:byteSize 35038414.0 ;
    dcat:mediaType "text/csv" .

<https://api.cloud.portaljs.com/organization/c2871f08-b31d-48c4-ae61-dce64d1cd898> a foaf:Organization ;
    foaf:name "Ann Arbor Queryless Demo" .

