@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.ann-arbor.dev.datopian.com/dataset/72c332cc-8623-4a29-910d-e860d79cc473> a dcat:Dataset ;
    dct:description "The city samples its water frequently for dozens of PFAS compounds. That includes raw river and well water in addition to finished drinking water. We publish and visualize all of that data here." ;
    dct:identifier "72c332cc-8623-4a29-910d-e860d79cc473" ;
    dct:issued "2025-07-03T17:34:34.078652"^^xsd:dateTime ;
    dct:modified "2025-07-03T17:39:39.528965"^^xsd:dateTime ;
    dct:publisher <https://ckan.ann-arbor.dev.datopian.com/organization/ab59567a-18e5-4286-b838-1e844167e6f2> ;
    dct:title "PFAS Monitoring Dashboard" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Sam Firke" ;
            vcard:hasEmail <mailto:SFirke@a2gov.org> ] ;
    dcat:keyword "water" .

<https://ckan.ann-arbor.dev.datopian.com/organization/ab59567a-18e5-4286-b838-1e844167e6f2> a org:Organization ;
    skos:prefLabel "City of Ann Arbor" ;
    foaf:name "City of Ann Arbor" .

