@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/49bfe1ca-5579-42a4-b86c-42afe9efc8ef> a dcat:Dataset ;
    dct:description "This spatial data set contains points depicting where school crossing guards are located in the city.  The data set was derived from a list obtained from the Welland Traffic, Parking, and Bylaws division." ;
    dct:identifier "49bfe1ca-5579-42a4-b86c-42afe9efc8ef" ;
    dct:issued "2024-01-29T12:26:30.792594"^^xsd:dateTime ;
    dct:modified "2024-02-09T14:30:37.061317"^^xsd:dateTime ;
    dct:publisher <https://niagaraopendata.ca/organization/07b56781-1051-4182-99cd-13f1d786ceeb> ;
    dct:title "City of Welland School Crossing Guards" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:gis@welland.ca> ] ;
    dcat:distribution <https://niagaraopendata.ca/dataset/49bfe1ca-5579-42a4-b86c-42afe9efc8ef/resource/8d5d3446-3e27-496c-b93b-ec6e887213d1> ;
    dcat:keyword "crossing guards",
        "roads",
        "roadway",
        "traffic" .

<https://niagaraopendata.ca/dataset/49bfe1ca-5579-42a4-b86c-42afe9efc8ef/resource/8d5d3446-3e27-496c-b93b-ec6e887213d1> a dcat:Distribution ;
    dct:format "hyperlink" ;
    dct:issued "2021-01-15T18:52:54.241243"^^xsd:dateTime ;
    dct:modified "2024-01-29T12:26:30.777827"^^xsd:dateTime ;
    dct:title "https://open.welland.ca/datasets/welland-crossing-guard-locations" ;
    dcat:accessURL <https://open.welland.ca/datasets/welland-crossing-guard-locations> .

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

