@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://data.test.spatialhub.scot/dataset/e695cd3e-3665-42c8-9d32-e5334431e2fe> a dcat:Dataset ;
    dct:description "This is just a test for design purposes" ;
    dct:identifier "e695cd3e-3665-42c8-9d32-e5334431e2fe" ;
    dct:issued "2026-02-17T15:44:37.064927"^^xsd:dateTime ;
    dct:modified "2026-02-17T15:52:23.135558"^^xsd:dateTime ;
    dct:publisher <https://data.test.spatialhub.scot/organization/58a6d02a-0477-4045-8016-4d1c4571a1d2> ;
    dct:title "Test Figma" ;
    dcat:distribution <https://data.test.spatialhub.scot/dataset/e695cd3e-3665-42c8-9d32-e5334431e2fe/resource/97e9c1c5-08e3-420f-a5f1-e86e57fc5167> ;
    dcat:keyword "elevation" .

<https://data.test.spatialhub.scot/dataset/e695cd3e-3665-42c8-9d32-e5334431e2fe/resource/97e9c1c5-08e3-420f-a5f1-e86e57fc5167> a dcat:Distribution ;
    dct:description "This is just a test " ;
    dct:format "PNG" ;
    dct:issued "2026-02-17T15:52:21.418839"^^xsd:dateTime ;
    dct:modified "2026-02-17T15:52:21.403185"^^xsd:dateTime ;
    dct:title "Screenshot 2026-02-12 122017.png" ;
    dcat:accessURL <https://data.test.spatialhub.scot/dataset/e695cd3e-3665-42c8-9d32-e5334431e2fe/resource/97e9c1c5-08e3-420f-a5f1-e86e57fc5167/download/screenshot-2026-02-12-122017.png> ;
    dcat:byteSize "107016"^^xsd:nonNegativeInteger ;
    dcat:mediaType "image/png" .

<https://data.test.spatialhub.scot/organization/58a6d02a-0477-4045-8016-4d1c4571a1d2> a foaf:Agent ;
    foaf:name "Aberdeen City Council" .

