@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/d97f5704-9265-4994-bf24-1a6a9e0363c3> a dcat:Dataset ;
    dct:description """A council development plan may designate a green belt around a city or town to support the spatial strategy by:
- directing development to the most appropriate locations and supporting regeneration;
- protecting and enhancing the character, landscape setting and identity of the settlement; and
- protecting and providing access to open space.

This dataset has been developed as a polygon layer.""" ;
    dct:identifier "d97f5704-9265-4994-bf24-1a6a9e0363c3" ;
    dct:issued "2026-06-05T13:47:21.069460"^^xsd:dateTime ;
    dct:modified "2026-06-05T13:47:21.438320"^^xsd:dateTime ;
    dct:publisher <https://data.test.spatialhub.scot/organization/980f39e0-97a8-4c1c-babe-c6687f57b0a4> ;
    dct:title "Green Belt - 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" .

