@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/aa960d96-ad43-41b2-be93-cececdd9efab> a dcat:Dataset ;
    dct:description "This tabular data set contains councillor names, meeting date, status, and type, and each councillor's attendance in 2020." ;
    dct:identifier "aa960d96-ad43-41b2-be93-cececdd9efab" ;
    dct:issued "2024-01-29T12:26:24.632648"^^xsd:dateTime ;
    dct:modified "2024-02-09T14:43:30.080231"^^xsd:dateTime ;
    dct:publisher <https://niagaraopendata.ca/organization/07b56781-1051-4182-99cd-13f1d786ceeb> ;
    dct:title "City of Welland Council Attendance 2020" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:gis@welland.ca> ] ;
    dcat:distribution <https://niagaraopendata.ca/dataset/aa960d96-ad43-41b2-be93-cececdd9efab/resource/1a999002-e50e-4790-a065-b0d8e1d67b6e> ;
    dcat:keyword "council",
        "government" .

<https://niagaraopendata.ca/dataset/aa960d96-ad43-41b2-be93-cececdd9efab/resource/1a999002-e50e-4790-a065-b0d8e1d67b6e> a dcat:Distribution ;
    dct:format "hyperlink" ;
    dct:issued "2020-12-23T16:54:24.312687"^^xsd:dateTime ;
    dct:modified "2024-01-29T12:26:24.622802"^^xsd:dateTime ;
    dct:title "Welland City Council Meeting Attendance 2020" ;
    dcat:accessURL <https://open.welland.ca/datasets/welland-city-council-meeting-attendance-2020> .

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

