@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/ef41baa9-3637-4076-a8ec-98f08812febc> a dcat:Dataset ;
    dct:description "Map displaying what streets are currently under a street-cut restrictions, streets that will be added to the list in the current construction season, and when the restrictions will be lifted." ;
    dct:identifier "ef41baa9-3637-4076-a8ec-98f08812febc" ;
    dct:issued "2025-09-24T17:55:20.053769"^^xsd:dateTime ;
    dct:modified "2026-09-25T13:08:52.666172"^^xsd:dateTime ;
    dct:publisher <https://ckan.a2gov.org/organization/2b386aae-1f96-47f3-a805-22bb9ce86bd5> ;
    dct:title "Street-Cut Restriction Map" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Nick Hutchinson" ;
            vcard:hasEmail <mailto:NHutchinson@a2gov.org> ] ;
    dcat:keyword "public services",
        "roads" .

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

