@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/dcba1e78-f71d-45c9-ac2d-d6e9d389d864> a dcat:Dataset ;
    dct:description "This spatial data set contains polygons representing the municipal parking lots in the City of Welland.  The polygons are based on property parcels, where possible.  The data originated from text descriptions provided by the Traffic Department, and property ownership records." ;
    dct:identifier "dcba1e78-f71d-45c9-ac2d-d6e9d389d864" ;
    dct:issued "2024-01-29T12:26:28.537899"^^xsd:dateTime ;
    dct:modified "2024-02-09T14:33:27.776162"^^xsd:dateTime ;
    dct:publisher <https://niagaraopendata.ca/organization/07b56781-1051-4182-99cd-13f1d786ceeb> ;
    dct:title "City of Welland Municipal Parking Lots" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:gis@welland.ca> ] ;
    dcat:distribution <https://niagaraopendata.ca/dataset/dcba1e78-f71d-45c9-ac2d-d6e9d389d864/resource/a18db96e-5444-4a76-bdca-ffe5bb6ff7f9> ;
    dcat:keyword "car park",
        "municipal parking",
        "parking",
        "parking lots" .

<https://niagaraopendata.ca/dataset/dcba1e78-f71d-45c9-ac2d-d6e9d389d864/resource/a18db96e-5444-4a76-bdca-ffe5bb6ff7f9> a dcat:Distribution ;
    dct:format "hyperlink" ;
    dct:issued "2021-01-15T19:02:35.710350"^^xsd:dateTime ;
    dct:modified "2024-01-29T12:26:28.522737"^^xsd:dateTime ;
    dct:title "https://open.welland.ca/datasets/welland-municipal-parking-lots" ;
    dcat:accessURL <https://open.welland.ca/datasets/welland-municipal-parking-lots> .

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

