@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/e312cf28-79c7-4bb5-91e8-b86b0d854692> a dcat:Dataset ;
    dct:description "Browse the map or search by address, owner, or PIN (parcel identification number). Click on a parcel to learn more about it, then see the links to further details in the BS&A Assessing platform." ;
    dct:identifier "e312cf28-79c7-4bb5-91e8-b86b0d854692" ;
    dct:issued "2025-07-22T19:11:40.058291"^^xsd:dateTime ;
    dct:modified "2026-04-08T15:58:32.546652"^^xsd:dateTime ;
    dct:publisher <https://ckan.a2gov.org/organization/2b386aae-1f96-47f3-a805-22bb9ce86bd5> ;
    dct:title "Parcel Viewer Map" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Tony Bedogne" ;
            vcard:hasEmail <mailto:ABedogne@a2gov.org> ] .

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

