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

<https://ckan.a2gov.org/dataset/a60b5473-a3dd-48e7-b6b4-89b81b66945c> a dcat:Dataset ;
    dct:description """Hourly weather data collected by the city. The dataset begins in 2022 with data from a few stations that used AQMesh-brand sensors. Then after a gap, it switches over to two Clarity-brand sensors that have more variables (e.g., wind). 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 "a60b5473-a3dd-48e7-b6b4-89b81b66945c" ;
    dct:issued "2026-07-17T21:13:50.948714"^^xsd:dateTime ;
    dct:modified "2026-07-27T09:01:49.254597"^^xsd:dateTime ;
    dct:publisher <https://ckan.a2gov.org/organization/2b386aae-1f96-47f3-a805-22bb9ce86bd5> ;
    dct:title "Weather Sensor Data" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Sean Reynolds" ;
            vcard:hasEmail <mailto:SReynolds@a2gov.org> ] ;
    dcat:distribution <https://ckan.a2gov.org/dataset/a60b5473-a3dd-48e7-b6b4-89b81b66945c/resource/4dfbb383-4772-4346-909f-882b0d15da4b> ;
    dcat:keyword "a2zero" .

<https://ckan.a2gov.org/dataset/a60b5473-a3dd-48e7-b6b4-89b81b66945c/resource/4dfbb383-4772-4346-909f-882b0d15da4b> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:identifier "4dfbb383-4772-4346-909f-882b0d15da4b" ;
    dct:issued "2026-07-17T21:14:28.686145"^^xsd:dateTime ;
    dct:modified "2026-07-27T09:01:49.272109"^^xsd:dateTime ;
    dct:title "weather_measurements_combined.csv" ;
    dcat:accessURL <https://ckan.a2gov.org/dataset/a60b5473-a3dd-48e7-b6b4-89b81b66945c/resource/4dfbb383-4772-4346-909f-882b0d15da4b/download/weather_measurements_combined.csv> ;
    dcat:byteSize "6646224"^^xsd:nonNegativeInteger ;
    dcat:mediaType "text/csv" .

<https://ckan.a2gov.org/organization/2b386aae-1f96-47f3-a805-22bb9ce86bd5> a org:Organization ;
    skos:prefLabel "City of Ann Arbor" ;
    foaf:name "City of Ann Arbor" .

