@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/2f446722-f134-4f7d-95f6-938d0dd56118> a dcat:Dataset ;
    dct:description "This spatial data set contains points representing the intersections of road segments in the City of Welland." ;
    dct:identifier "2f446722-f134-4f7d-95f6-938d0dd56118" ;
    dct:issued "2024-01-29T12:26:30.366266"^^xsd:dateTime ;
    dct:modified "2024-02-09T14:30:58.371472"^^xsd:dateTime ;
    dct:publisher <https://niagaraopendata.ca/organization/07b56781-1051-4182-99cd-13f1d786ceeb> ;
    dct:title "City of Welland Road Intersections" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:gis@welland.ca> ] ;
    dcat:distribution <https://niagaraopendata.ca/dataset/2f446722-f134-4f7d-95f6-938d0dd56118/resource/85baa166-34d3-40bb-a8b1-b8b49a98a10e> ;
    dcat:keyword "highways",
        "intersections",
        "roads",
        "streets" .

<https://niagaraopendata.ca/dataset/2f446722-f134-4f7d-95f6-938d0dd56118/resource/85baa166-34d3-40bb-a8b1-b8b49a98a10e> a dcat:Distribution ;
    dct:format "hyperlink" ;
    dct:issued "2021-01-15T15:55:40.777516"^^xsd:dateTime ;
    dct:modified "2024-01-29T12:26:30.353188"^^xsd:dateTime ;
    dct:title "https://open.welland.ca/datasets/welland-intersection-points" ;
    dcat:accessURL <https://open.welland.ca/datasets/welland-intersection-points> .

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

