@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.staging.publishing.service.gov.uk/dataset/d34fb48f-1c05-41b9-96d6-5e7fd5acce32> a dcat:Dataset ;
    dct:description "This link provides access to the live data held behind www.roadworks.org. Information such as live roadworks and gritting routes can be found here." ;
    dct:identifier "2y1ww" ;
    dct:issued "2014-04-22T13:49:41+00:00"^^xsd:dateTime ;
    dct:modified "2017-02-23T10:10:59+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Leeds City Council" ] ;
    dct:title "Live roadworks API" ;
    dcat:keyword "API",
        "Transport",
        "highwayshack",
        "live",
        "roadworks" ;
    dcat:landingPage <https://datamillnorth.org/dataset/live-roadworks-api-2y1ww> .

