@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.integration.publishing.service.gov.uk/dataset/f10fe5e1-19ee-4540-aabd-998008f852b4> a dcat:Dataset ;
    dct:description "Details of daily Covid-19 cases and deaths." ;
    dct:identifier "23ll1" ;
    dct:issued "2020-04-08T12:43:42.639000+00:00"^^xsd:dateTime ;
    dct:modified "2020-04-22T09:15:08.939000+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "********" ] ;
    dct:title "Total number of confirmed Covid-19 cases in Leeds" ;
    dcat:keyword "Covid 19" ;
    dcat:landingPage <https://datamillnorth.org/dataset/total-number-of-confirmed-covid-19-cases-in-leeds-23ll1> .

