@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/94244903-7890-4a08-96c0-c6716c95376d> a dcat:Dataset ;
    dct:description """<p>A map to show hospital, ugent care and walk-in centres</p>
""" ;
    dct:identifier "bd9d80eb-bcc5-4cf0-a268-09562d880fd1" ;
    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-0> .

