@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/0c187881-0ed8-4d1d-a073-ab51aab9692e> a dcat:Dataset ;
    dct:description "Open datasets relating to the Covid-19 outbreak in Leeds collated by ODI Leeds" ;
    dct:identifier "exllr" ;
    dct:issued "2020-04-02T07:51:13.798000+00:00"^^xsd:dateTime ;
    dct:modified "2020-04-06T09:29:21.653000+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Covid-19" ] ;
    dct:title "ODI Leeds Covid 19 data sets" ;
    dcat:keyword "Coronavirus",
        "Covid 19" ;
    dcat:landingPage <https://datamillnorth.org/dataset/odi-leeds-covid-19-data-sets-exllr> .

