@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/a3cbef41-4034-40b1-a874-d03a449e8ca3> a dcat:Dataset ;
    dct:description "Dataset showing main primary gritting routes in Leeds. Includes information of starting and end points and ward locations. Automated update This dataset is updated automatically on the 1st day of each quarter." ;
    dct:identifier "v8gdw" ;
    dct:issued "2014-03-07T15:08:40+00:00"^^xsd:dateTime ;
    dct:modified "2018-02-28T10:54:19+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Leeds City Council" ] ;
    dct:title "Primary gritting routes" ;
    dcat:keyword "Highways",
        "Roads",
        "Weather",
        "age friendly",
        "cd",
        "gritting",
        "highwayshack",
        "travel",
        "winter" ;
    dcat:landingPage <https://datamillnorth.org/dataset/primary-gritting-routes-v8gdw> .

