@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/4ff7be04-1e79-4841-a2ce-3b0204c1697a> a dcat:Dataset ;
    dct:description "Many local authorities capture details of the cycle network within their jurisdiction. These maybe lanes along roads or segregated paths away from vehicles. This dataset attempts to pull these together into a national network." ;
    dct:identifier "4ff7be04-1e79-4841-a2ce-3b0204c1697a" ;
    dct:issued "2021-06-11T09:20:28.167615"^^xsd:dateTime ;
    dct:modified "2024-02-22T15:06:19.086480"^^xsd:dateTime ;
    dct:publisher <https://data.test.spatialhub.scot/organization/980f39e0-97a8-4c1c-babe-c6687f57b0a4> ;
    dct:title "Cycling Network - Scotland" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Improvement Service" ;
            vcard:hasEmail <mailto:spatialhub@improvementservice.org.uk> ] ;
    dcat:distribution <https://data.test.spatialhub.scot/dataset/4ff7be04-1e79-4841-a2ce-3b0204c1697a/resource/a0368230-82db-43b9-abed-8b1ceef3a96e> .

<https://data.test.spatialhub.scot/dataset/4ff7be04-1e79-4841-a2ce-3b0204c1697a/resource/a0368230-82db-43b9-abed-8b1ceef3a96e> a dcat:Distribution ;
    dct:format "WFS" ;
    dct:issued "2021-06-11T09:20:29.454344"^^xsd:dateTime ;
    dct:modified "2024-02-22T15:06:19.103509"^^xsd:dateTime ;
    dct:title "Cycling Network " ;
    dcat:accessURL <https://geo.spatialhub.scot/geoserver/sh_cycnt/wfs?service=wfs&typeName=sh_cycnt:pub_cycnt> .

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

