@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/3df47541-47bf-4cd9-9aa3-3a64b78903a7> a dcat:Dataset ;
    dct:description "This spatial data set contains points representing the locations of municipal building facilities in the City of Welland." ;
    dct:identifier "3df47541-47bf-4cd9-9aa3-3a64b78903a7" ;
    dct:issued "2024-01-29T12:26:28.117648"^^xsd:dateTime ;
    dct:modified "2024-02-09T14:34:08.200171"^^xsd:dateTime ;
    dct:publisher <https://niagaraopendata.ca/organization/07b56781-1051-4182-99cd-13f1d786ceeb> ;
    dct:title "City of Welland Municipal Facilities" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:gis@welland.ca> ] ;
    dcat:distribution <https://niagaraopendata.ca/dataset/3df47541-47bf-4cd9-9aa3-3a64b78903a7/resource/1bccbc4b-49b8-4daf-a9cd-f78ff7bf8995> ;
    dcat:keyword "building",
        "buildings",
        "facilities",
        "municipal",
        "structures" .

<https://niagaraopendata.ca/dataset/3df47541-47bf-4cd9-9aa3-3a64b78903a7/resource/1bccbc4b-49b8-4daf-a9cd-f78ff7bf8995> a dcat:Distribution ;
    dct:format "hyperlink" ;
    dct:issued "2021-01-12T20:02:32.326402"^^xsd:dateTime ;
    dct:modified "2024-01-29T12:26:28.098478"^^xsd:dateTime ;
    dct:title "https://open.welland.ca/datasets/welland-municipal-facilities" ;
    dcat:accessURL <https://open.welland.ca/datasets/welland-municipal-facilities> .

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

