@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/a0618cc8-3424-4db0-bbc5-e7bd8ab6c7d9> a dcat:Dataset ;
    dct:description "This spatial data set contains the locations of current construction activity in the City of Welland." ;
    dct:identifier "a0618cc8-3424-4db0-bbc5-e7bd8ab6c7d9" ;
    dct:issued "2024-01-29T12:26:24.105948"^^xsd:dateTime ;
    dct:modified "2024-02-09T14:43:53.946537"^^xsd:dateTime ;
    dct:publisher <https://niagaraopendata.ca/organization/07b56781-1051-4182-99cd-13f1d786ceeb> ;
    dct:title "City of Welland Construction Activity" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:gis@welland.ca> ] ;
    dcat:distribution <https://niagaraopendata.ca/dataset/a0618cc8-3424-4db0-bbc5-e7bd8ab6c7d9/resource/04338319-0c51-4bc5-b4c6-fe8f5732c86b> ;
    dcat:keyword "construction" .

<https://niagaraopendata.ca/dataset/a0618cc8-3424-4db0-bbc5-e7bd8ab6c7d9/resource/04338319-0c51-4bc5-b4c6-fe8f5732c86b> a dcat:Distribution ;
    dct:format "hyperlink" ;
    dct:issued "2021-01-08T18:02:06.168863"^^xsd:dateTime ;
    dct:modified "2024-01-29T12:26:24.100479"^^xsd:dateTime ;
    dct:title "https://open.welland.ca/datasets/welland-active-construction-activity" ;
    dcat:accessURL <https://open.welland.ca/datasets/welland-active-construction-activity> .

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

