@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/b21ee994-a12b-4fe9-87fd-dbd9683f0e7a> a dcat:Dataset ;
    dct:description "Grit bin locations showing council grit bin id number and x and y co-ordinates. Automated update This dataset is updated automatically annually by 30th April each year. column a indicates the location column b indicates eastings column c indicates northings" ;
    dct:identifier "vdmw4" ;
    dct:issued "2014-03-07T15:20:39+00:00"^^xsd:dateTime ;
    dct:modified "2018-07-11T08:18:18.950000+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Leeds City Council" ] ;
    dct:title "Grit bin locations" ;
    dcat:keyword "Highways",
        "age friendly",
        "cd",
        "grit bins",
        "winter" ;
    dcat:landingPage <https://datamillnorth.org/dataset/grit-bin-locations-vdmw4> .

