@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/3bb6b51d-2c79-45e2-9478-48be77ed7019> a dcat:Dataset ;
    dct:description "This data set contains the election results for the 2014 Municipal Election.  Included are candidate name, position, number of votes, percent of votes, and elected." ;
    dct:identifier "3bb6b51d-2c79-45e2-9478-48be77ed7019" ;
    dct:issued "2024-01-29T12:26:15.909577"^^xsd:dateTime ;
    dct:modified "2024-02-09T14:50:45.956868"^^xsd:dateTime ;
    dct:publisher <https://niagaraopendata.ca/organization/07b56781-1051-4182-99cd-13f1d786ceeb> ;
    dct:title "City of Welland 2014 Municipal Election Results" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:gis@welland.ca> ] ;
    dcat:distribution <https://niagaraopendata.ca/dataset/3bb6b51d-2c79-45e2-9478-48be77ed7019/resource/3e889316-cd90-4eff-95e5-d2f7e31f5a22> ;
    dcat:keyword "elections",
        "municipal election" .

<https://niagaraopendata.ca/dataset/3bb6b51d-2c79-45e2-9478-48be77ed7019/resource/3e889316-cd90-4eff-95e5-d2f7e31f5a22> a dcat:Distribution ;
    dct:format "hyperlink" ;
    dct:issued "2021-01-15T21:01:34.339826"^^xsd:dateTime ;
    dct:modified "2024-01-29T12:26:15.902582"^^xsd:dateTime ;
    dct:title "https://open.welland.ca/datasets/welland-municipal-election-results-2014" ;
    dcat:accessURL <https://open.welland.ca/datasets/welland-municipal-election-results-2014> .

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

