@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.test.spatialhub.scot/dataset/4f46bffc-79c6-451d-809e-cda796870855> a dcat:Dataset ;
    dct:description "This point dataset includes the name, code, address, type, ownership, location and Unique Property Reference Number of every current NHS hospital in Scotland. It has been supplied to us by Public Health Scotland and turned into a GIS layer using their supplied coordinates." ;
    dct:identifier "4f46bffc-79c6-451d-809e-cda796870855" ;
    dct:issued "2026-06-05T13:47:16.724787"^^xsd:dateTime ;
    dct:modified "2026-06-05T13:47:17.201638"^^xsd:dateTime ;
    dct:publisher <https://data.test.spatialhub.scot/organization/980f39e0-97a8-4c1c-babe-c6687f57b0a4> ;
    dct:title "NHS Hospitals - Scotland" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Improvement Service" ;
            vcard:hasEmail <mailto:spatialhub@improvementservice.org.uk> ] .

<https://data.test.spatialhub.scot/organization/980f39e0-97a8-4c1c-babe-c6687f57b0a4> a foaf:Agent ;
    foaf:name "Improvement Service" .

