@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/fb392d9a-1047-4dbf-ba4d-0f72e3fe5048> a dcat:Dataset ;
    dct:description "This dataset is an amalgamation of all Scottish Council Asset Registers based (partly) on LAs Community Asset Transfer Registers and previous ePIMS submissions." ;
    dct:identifier "fb392d9a-1047-4dbf-ba4d-0f72e3fe5048" ;
    dct:issued "2026-06-05T13:47:21.928560"^^xsd:dateTime ;
    dct:modified "2026-06-05T13:47:22.307994"^^xsd:dateTime ;
    dct:publisher <https://data.test.spatialhub.scot/organization/980f39e0-97a8-4c1c-babe-c6687f57b0a4> ;
    dct:title "Council Asset Register - 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" .

