@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/ecd83a56-1fb6-410e-b866-a3a4037da2d7> a dcat:Dataset ;
    dct:description "Link to footfall data published by Leeds City Council." ;
    dct:identifier "v8ddw" ;
    dct:issued "2020-04-06T14:45:21.549000+00:00"^^xsd:dateTime ;
    dct:modified "2020-04-06T14:48:17.709000+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Covid-19" ] ;
    dct:title "Leeds footfall" ;
    dcat:keyword "Covid 19" ;
    dcat:landingPage <https://datamillnorth.org/dataset/leeds-footfall-v8ddw> .

