@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/2fb050e8-b314-4239-8b54-4d8b633a548b> a dcat:Dataset ;
    dct:description "This spatial data set contains the poll boundary polygons for the City of Welland." ;
    dct:identifier "2fb050e8-b314-4239-8b54-4d8b633a548b" ;
    dct:issued "2024-01-29T12:26:29.397595"^^xsd:dateTime ;
    dct:modified "2024-02-09T14:32:05.736756"^^xsd:dateTime ;
    dct:publisher <https://niagaraopendata.ca/organization/07b56781-1051-4182-99cd-13f1d786ceeb> ;
    dct:title "City of Welland Poll Boundaries" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:gis@welland.ca> ] ;
    dcat:distribution <https://niagaraopendata.ca/dataset/2fb050e8-b314-4239-8b54-4d8b633a548b/resource/9f1f0a55-e8c9-4f39-9f30-d958da0f46bf> ;
    dcat:keyword "poll",
        "poll boundaries",
        "polls",
        "wards" .

<https://niagaraopendata.ca/dataset/2fb050e8-b314-4239-8b54-4d8b633a548b/resource/9f1f0a55-e8c9-4f39-9f30-d958da0f46bf> a dcat:Distribution ;
    dct:format "hyperlink" ;
    dct:issued "2021-01-15T18:54:39.315772"^^xsd:dateTime ;
    dct:modified "2024-01-29T12:26:29.384400"^^xsd:dateTime ;
    dct:title "https://open.welland.ca/datasets/poll-boundaries" ;
    dcat:accessURL <https://open.welland.ca/datasets/poll-boundaries> .

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

