@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/d3c9e1a2-39ca-4c34-b61c-f85197532f30> a dcat:Dataset ;
    dct:description "Monthly solid waste tonnages for the city of Ann Arbor, including commercial and residential sources." ;
    dct:identifier "d3c9e1a2-39ca-4c34-b61c-f85197532f30" ;
    dct:issued "2026-05-04T13:34:32.568637"^^xsd:dateTime ;
    dct:modified "2026-05-04T14:00:12.614017"^^xsd:dateTime ;
    dct:publisher <https://api.cloud.portaljs.com/organization/c2871f08-b31d-48c4-ae61-dce64d1cd898> ;
    dct:title "Monthly Solid Waste Totals" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Sam Firke" ;
            vcard:hasEmail <mailto:SFirke@a2gov.org> ] ;
    dcat:distribution <https://api.cloud.portaljs.com/dataset/d3c9e1a2-39ca-4c34-b61c-f85197532f30/resource/c519e052-df78-4688-b0cb-00e16fae45f2> ;
    dcat:keyword "public services",
        "public works" .

<https://api.cloud.portaljs.com/dataset/d3c9e1a2-39ca-4c34-b61c-f85197532f30/resource/c519e052-df78-4688-b0cb-00e16fae45f2> a dcat:Distribution ;
    dct:description "Source CSV mirrored from Ann Arbor open data portal" ;
    dct:format "CSV" ;
    dct:issued "2026-05-04T13:34:32.575410"^^xsd:dateTime ;
    dct:modified "2026-05-04T14:00:12.622826"^^xsd:dateTime ;
    dct:title "solid_waste.csv" ;
    dcat:accessURL <https://api.cloud.portaljs.com/dataset/d3c9e1a2-39ca-4c34-b61c-f85197532f30/resource/c519e052-df78-4688-b0cb-00e16fae45f2/download/solid_waste.csv> ;
    dcat:byteSize 51703.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" .

