@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/438bb42f-5678-451b-9b59-33f85f460fe0> a dcat:Dataset ;
    dct:description "This spatial data set contains the ward boundary polygons for the City of Welland." ;
    dct:identifier "438bb42f-5678-451b-9b59-33f85f460fe0" ;
    dct:issued "2024-01-29T12:26:34.953270"^^xsd:dateTime ;
    dct:modified "2024-02-09T14:23:30.303210"^^xsd:dateTime ;
    dct:publisher <https://niagaraopendata.ca/organization/07b56781-1051-4182-99cd-13f1d786ceeb> ;
    dct:title "City of Welland Ward Boundaries" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:gis@welland.ca> ] ;
    dcat:distribution <https://niagaraopendata.ca/dataset/438bb42f-5678-451b-9b59-33f85f460fe0/resource/c45bc9ae-8bb8-4dfc-b357-d5039cdb38d5> ;
    dcat:keyword "polls",
        "ward",
        "ward boundaries",
        "wards" .

<https://niagaraopendata.ca/dataset/438bb42f-5678-451b-9b59-33f85f460fe0/resource/c45bc9ae-8bb8-4dfc-b357-d5039cdb38d5> a dcat:Distribution ;
    dct:format "hyperlink" ;
    dct:issued "2021-01-15T19:12:14.968069"^^xsd:dateTime ;
    dct:modified "2024-01-29T12:26:34.940670"^^xsd:dateTime ;
    dct:title "https://open.welland.ca/datasets/ward-boundaries" ;
    dcat:accessURL <https://open.welland.ca/datasets/ward-boundaries> .

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

