@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/8195794b-6b84-4e1f-a326-29f6f50189c8> a dcat:Dataset ;
    dct:description "Use this map to search for your property by address or name.  Learn the Trash, Recycling, Dumpster, or Compost pickup collection day for any property.  Find your Trash Day!" ;
    dct:identifier "8195794b-6b84-4e1f-a326-29f6f50189c8" ;
    dct:issued "2026-06-03T16:36:31.341452"^^xsd:dateTime ;
    dct:modified "2026-06-03T19:18:51.698175"^^xsd:dateTime ;
    dct:publisher <https://ckan.a2gov.org/organization/2b386aae-1f96-47f3-a805-22bb9ce86bd5> ;
    dct:title "Solid Waste Collection Map" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Tony Bedogne" ;
            vcard:hasEmail <mailto:ABedogne@a2gov.org> ] ;
    dcat:keyword "compost",
        "recycling",
        "trash",
        "trash day" .

<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" .

