@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/3694ba87-2b64-4713-9534-820cad2a6bf9> a dcat:Dataset ;
    dct:description "This dashboard shows year-to-date crime statistics for the City of Ann Arbor, comparing values against the same time period in the preceding year. Users can analyze incidents by geographic region and/or NIBRS category (type of incident). Updated weekly, information subject to change based on investigations." ;
    dct:identifier "3694ba87-2b64-4713-9534-820cad2a6bf9" ;
    dct:issued "2025-10-15T19:21:27.518978"^^xsd:dateTime ;
    dct:modified "2025-10-16T13:17:12.754137"^^xsd:dateTime ;
    dct:publisher <https://ckan.a2gov.org/organization/2b386aae-1f96-47f3-a805-22bb9ce86bd5> ;
    dct:title "AAPD Crime Dashboard" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Ann Arbor Police Department" ;
            vcard:hasEmail <mailto:police@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" .

