@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/ee4c9790-6b5c-4cfc-bc48-613385c449e2> a dcat:Dataset ;
    dct:description "This point location dataset of the name, address, location and unique IDs (with Unique Property Reference Number) of every older person care home in Scotland has been supplied by the Care Inspectorate." ;
    dct:identifier "ee4c9790-6b5c-4cfc-bc48-613385c449e2" ;
    dct:issued "2026-06-05T13:47:15.856647"^^xsd:dateTime ;
    dct:modified "2026-06-05T13:47:16.273956"^^xsd:dateTime ;
    dct:publisher <https://data.test.spatialhub.scot/organization/980f39e0-97a8-4c1c-babe-c6687f57b0a4> ;
    dct:title "Care Homes for Older People - 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" .

