@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/d86b61b6-5530-4a0a-91d1-0c5b321c8678> a dcat:Dataset ;
    dct:description "This spatial data set contains lines representing roads on which there is a Welland Transit bus route.  Wherever possible, the road segments were used to construct the route lines." ;
    dct:identifier "d86b61b6-5530-4a0a-91d1-0c5b321c8678" ;
    dct:issued "2024-01-29T12:26:33.161767"^^xsd:dateTime ;
    dct:modified "2024-02-09T14:26:14.366579"^^xsd:dateTime ;
    dct:publisher <https://niagaraopendata.ca/organization/07b56781-1051-4182-99cd-13f1d786ceeb> ;
    dct:title "City of Welland Transit Routes" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:gis@welland.ca> ] ;
    dcat:distribution <https://niagaraopendata.ca/dataset/d86b61b6-5530-4a0a-91d1-0c5b321c8678/resource/d4516c98-57ec-4d4f-bb12-7c51e6414ace> ;
    dcat:keyword "bus",
        "buses",
        "busses",
        "transit",
        "transportation" .

<https://niagaraopendata.ca/dataset/d86b61b6-5530-4a0a-91d1-0c5b321c8678/resource/d4516c98-57ec-4d4f-bb12-7c51e6414ace> a dcat:Distribution ;
    dct:format "hyperlink" ;
    dct:issued "2021-01-14T21:06:37.788855"^^xsd:dateTime ;
    dct:modified "2024-01-29T12:26:33.143383"^^xsd:dateTime ;
    dct:title "https://open.welland.ca/datasets/welland-transit-routes" ;
    dcat:accessURL <https://open.welland.ca/datasets/welland-transit-routes> .

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

