@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/9a80be87-094f-4e29-a382-0fc682b47288> a dcat:Dataset ;
    dct:description "All of the city's PFAS water sampling data. This data is also available for interactive analysis via the city's PFAS Monitoring Dashboard." ;
    dct:identifier "9a80be87-094f-4e29-a382-0fc682b47288" ;
    dct:issued "2026-05-04T13:34:30.427929"^^xsd:dateTime ;
    dct:modified "2026-05-04T14:00:06.910290"^^xsd:dateTime ;
    dct:publisher <https://api.cloud.portaljs.com/organization/c2871f08-b31d-48c4-ae61-dce64d1cd898> ;
    dct:title "PFAS Sampling Data" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Sam Firke" ;
            vcard:hasEmail <mailto:SFirke@a2gov.org> ] ;
    dcat:distribution <https://api.cloud.portaljs.com/dataset/9a80be87-094f-4e29-a382-0fc682b47288/resource/3df49d7a-dcd7-4bd2-8136-01195a472356> ;
    dcat:keyword "public services",
        "water" .

<https://api.cloud.portaljs.com/dataset/9a80be87-094f-4e29-a382-0fc682b47288/resource/3df49d7a-dcd7-4bd2-8136-01195a472356> a dcat:Distribution ;
    dct:description "Source CSV mirrored from Ann Arbor open data portal" ;
    dct:format "CSV" ;
    dct:issued "2026-05-04T13:34:30.440813"^^xsd:dateTime ;
    dct:modified "2026-05-04T14:00:06.916140"^^xsd:dateTime ;
    dct:title "pfas_samples.csv" ;
    dcat:accessURL <https://api.cloud.portaljs.com/dataset/9a80be87-094f-4e29-a382-0fc682b47288/resource/3df49d7a-dcd7-4bd2-8136-01195a472356/download/pfas_samples.csv> ;
    dcat:byteSize 66775.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" .

