@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/c8dcb293-72db-4a4e-bc56-f92f2de46eb4> a dcat:Dataset ;
    dct:description "This spatial data set contains polygons delineating the city park property boundaries.  The polygons are compiled from the parcel fabric." ;
    dct:identifier "c8dcb293-72db-4a4e-bc56-f92f2de46eb4" ;
    dct:issued "2024-01-29T12:26:22.254952"^^xsd:dateTime ;
    dct:modified "2024-02-09T14:45:28.119850"^^xsd:dateTime ;
    dct:publisher <https://niagaraopendata.ca/organization/07b56781-1051-4182-99cd-13f1d786ceeb> ;
    dct:title "City of Welland City Parks" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:gis@welland.ca> ] ;
    dcat:distribution <https://niagaraopendata.ca/dataset/c8dcb293-72db-4a4e-bc56-f92f2de46eb4/resource/f78aa04d-23a2-45bf-ae65-78f538ce0175> ;
    dcat:keyword "greenspace",
        "open space",
        "parks" .

<https://niagaraopendata.ca/dataset/c8dcb293-72db-4a4e-bc56-f92f2de46eb4/resource/f78aa04d-23a2-45bf-ae65-78f538ce0175> a dcat:Distribution ;
    dct:format "hyperlink" ;
    dct:issued "2021-01-12T20:31:37.291588"^^xsd:dateTime ;
    dct:modified "2024-01-29T12:26:22.243665"^^xsd:dateTime ;
    dct:title "https://open.welland.ca/datasets/welland-parks" ;
    dcat:accessURL <https://open.welland.ca/datasets/welland-parks> .

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

