@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://niagaraopendata.ca/dataset/a746490b-42a8-4afb-ab60-a8021d7eb36d> a dcat:Dataset ;
    dct:description "This spatial data set contains lines representing road segments upon which there are bicycle lanes.  The lines are derived from road centre lines." ;
    dct:identifier "a746490b-42a8-4afb-ab60-a8021d7eb36d" ;
    dct:issued "2024-01-29T12:26:18.728612"^^xsd:dateTime ;
    dct:modified "2024-02-09T14:48:54.018015"^^xsd:dateTime ;
    dct:publisher <https://niagaraopendata.ca/organization/07b56781-1051-4182-99cd-13f1d786ceeb> ;
    dct:title "City of Welland Bicycle Lanes" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:gis@welland.ca> ] ;
    dcat:distribution <https://niagaraopendata.ca/dataset/a746490b-42a8-4afb-ab60-a8021d7eb36d/resource/b3ddba1c-51d2-4080-8208-26a07a99bb05> ;
    dcat:keyword "bicycle lanes",
        "cycling" .

<https://niagaraopendata.ca/dataset/a746490b-42a8-4afb-ab60-a8021d7eb36d/resource/b3ddba1c-51d2-4080-8208-26a07a99bb05> a dcat:Distribution ;
    dct:format "hyperlink" ;
    dct:issued "2021-01-14T21:05:06.668729"^^xsd:dateTime ;
    dct:modified "2024-01-29T12:26:18.716505"^^xsd:dateTime ;
    dct:title "https://open.welland.ca/datasets/welland-bicycle-lanes" ;
    dcat:accessURL <https://open.welland.ca/datasets/welland-bicycle-lanes> .

<https://niagaraopendata.ca/organization/07b56781-1051-4182-99cd-13f1d786ceeb> a foaf:Organization ;
    foaf:name "City of Welland" .

