@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/a2e906f7-5e7e-4853-ab7a-b13135791036> a dcat:Dataset ;
    dct:description "Link to care home data published by the Care Quality Commission." ;
    dct:identifier "2lxx8" ;
    dct:issued "2020-04-06T14:33:27.127000+00:00"^^xsd:dateTime ;
    dct:modified "2020-04-06T14:48:31.698000+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Covid-19" ] ;
    dct:title "Care homes" ;
    dcat:keyword "Covid 19" ;
    dcat:landingPage <https://datamillnorth.org/dataset/care-homes-2lxx8> .

