@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/e1b97a3e-c8c1-4a6a-a0ae-b606917de471> a dcat:Dataset ;
    dct:description "This spatial data set contains points representing the locations of bicycle racks in the City of Welland." ;
    dct:identifier "e1b97a3e-c8c1-4a6a-a0ae-b606917de471" ;
    dct:issued "2024-01-29T12:26:19.213132"^^xsd:dateTime ;
    dct:modified "2024-02-09T14:48:30.518032"^^xsd:dateTime ;
    dct:publisher <https://niagaraopendata.ca/organization/07b56781-1051-4182-99cd-13f1d786ceeb> ;
    dct:title "City of Welland Bicycle Racks" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:gis@welland.ca> ] ;
    dcat:distribution <https://niagaraopendata.ca/dataset/e1b97a3e-c8c1-4a6a-a0ae-b606917de471/resource/2c1c9eac-7f26-49e2-8d6f-8c9e1ac185df> ;
    dcat:keyword "bicycle lanes",
        "bicycle racks",
        "cycling" .

<https://niagaraopendata.ca/dataset/e1b97a3e-c8c1-4a6a-a0ae-b606917de471/resource/2c1c9eac-7f26-49e2-8d6f-8c9e1ac185df> a dcat:Distribution ;
    dct:format "hyperlink" ;
    dct:issued "2020-12-23T21:44:08.002877"^^xsd:dateTime ;
    dct:modified "2024-01-29T12:26:19.200929"^^xsd:dateTime ;
    dct:title "Welland Bicycle Racks" ;
    dcat:accessURL <https://open.welland.ca/datasets/welland-bicycle-racks> .

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

