@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/067ee73e-7324-43b4-b1d3-a1fda8c9da9e> a dcat:Dataset ;
    dct:description "Office for National Statistics (ONS) data and analysis are vital for informing the public and the government’s response to COVID-19. This page is a summary of insights from our most recent analysis and will be updated as new publications are released." ;
    dct:identifier "2rxod" ;
    dct:issued "2020-04-09T06:55:09.303000+00:00"^^xsd:dateTime ;
    dct:modified "2020-04-09T06:55:54.153000+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Covid-19" ] ;
    dct:title "ONS Analysis" ;
    dcat:keyword "Covid 19" ;
    dcat:landingPage <https://datamillnorth.org/dataset/ons-analysis-2rxod> .

