@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/09f2077b-0959-4cd8-abc8-03009bb7e5a0> a dcat:Dataset ;
    dct:description """<p>A map to show hospital, ugent care and walk-in centres</p>
""" ;
    dct:identifier "71d1197b-2a28-4447-a4c0-c8693b30abb2" ;
    dct:issued "2021-12-21T00:00:00"^^xsd:dateTime ;
    dct:modified "2021-12-21T00:00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "*****************" ] ;
    dct:title "Healthcare Locations" ;
    dcat:keyword "Housing",
        "health" ;
    dcat:landingPage <https://data.cambridgeshireinsight.org.uk/dataset/healthcare-locations> .

