@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/772d84aa-5cc0-48f1-a055-b14ec0dd77a4> a dcat:Dataset ;
    dct:description "This spatial data set contains points representing the locations of municipal parking meters in the City of Welland.  The locations were compiled from paper maps, field inspections, and aerial imagery." ;
    dct:identifier "772d84aa-5cc0-48f1-a055-b14ec0dd77a4" ;
    dct:issued "2024-01-29T12:26:28.984600"^^xsd:dateTime ;
    dct:modified "2024-02-09T14:32:54.680248"^^xsd:dateTime ;
    dct:publisher <https://niagaraopendata.ca/organization/07b56781-1051-4182-99cd-13f1d786ceeb> ;
    dct:title "City of Welland Parking Meters" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:gis@welland.ca> ] ;
    dcat:distribution <https://niagaraopendata.ca/dataset/772d84aa-5cc0-48f1-a055-b14ec0dd77a4/resource/c852c23f-6101-4379-b319-94614dd0f34c> ;
    dcat:keyword "car park",
        "municipal parking",
        "parking" .

<https://niagaraopendata.ca/dataset/772d84aa-5cc0-48f1-a055-b14ec0dd77a4/resource/c852c23f-6101-4379-b319-94614dd0f34c> a dcat:Distribution ;
    dct:format "hyperlink" ;
    dct:issued "2021-01-15T19:10:47.747418"^^xsd:dateTime ;
    dct:modified "2024-01-29T12:26:28.970274"^^xsd:dateTime ;
    dct:title "https://open.welland.ca/datasets/welland-parking-meters" ;
    dcat:accessURL <https://open.welland.ca/datasets/welland-parking-meters> .

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

