@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/40498d32-bbc7-4804-ba46-d6471eea7ed2> a dcat:Dataset ;
    dct:description "The Leeds Observatory is dedicated to data and analysis which will be of value in understanding the potential impact of COVID-19." ;
    dct:identifier "2kxxd" ;
    dct:issued "2020-04-07T05:40:31.133000+00:00"^^xsd:dateTime ;
    dct:modified "2020-04-07T05:40:52.959000+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Covid-19" ] ;
    dct:title "Leeds Observatory Covid-19 Data and Analysis" ;
    dcat:keyword "Covid 19" ;
    dcat:landingPage <https://datamillnorth.org/dataset/leeds-observatory-covid-19-data-and-analysis-2kxxd> .

