@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://ckan.publishing.service.gov.uk/dataset/9f7cf328-e312-4294-a1ce-f448e47f923b> a dcat:Dataset ;
    dct:description "Data related to historic roadworks across Leeds. Automated update This dataset is updated automatically on the 1st day of each quarter." ;
    dct:identifier "29rrq" ;
    dct:issued "2014-03-05T14:12:06+00:00"^^xsd:dateTime ;
    dct:modified "2023-03-16T09:52:09.196000+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Leeds City Council" ] ;
    dct:title "Historic roadworks" ;
    dcat:keyword "Highways",
        "Transport",
        "age friendly",
        "cd",
        "highwayshack",
        "historic",
        "road",
        "roadworks",
        "travel" ;
    dcat:landingPage <https://datamillnorth.org/dataset/historic-roadworks-29rrq> .

