@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/6d8a164d-4a11-4bc8-a597-15aa3833acb2> a dcat:Dataset ;
    dct:description "This data set containts points representing fire hydrants in the City of Welland." ;
    dct:identifier "6d8a164d-4a11-4bc8-a597-15aa3833acb2" ;
    dct:issued "2024-01-29T12:26:26.152801"^^xsd:dateTime ;
    dct:modified "2024-02-09T14:42:31.706715"^^xsd:dateTime ;
    dct:publisher <https://niagaraopendata.ca/organization/07b56781-1051-4182-99cd-13f1d786ceeb> ;
    dct:title "City of Welland Fire Hydrants" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:gis@welland.ca> ] ;
    dcat:distribution <https://niagaraopendata.ca/dataset/6d8a164d-4a11-4bc8-a597-15aa3833acb2/resource/f160eb8f-7b20-4e14-ba45-cab1ba8df3c6> ;
    dcat:keyword "fire hydrants",
        "hydrants",
        "mains",
        "water",
        "water lines",
        "water mains" .

<https://niagaraopendata.ca/dataset/6d8a164d-4a11-4bc8-a597-15aa3833acb2/resource/f160eb8f-7b20-4e14-ba45-cab1ba8df3c6> a dcat:Distribution ;
    dct:format "hyperlink" ;
    dct:issued "2020-12-23T21:49:42.015623"^^xsd:dateTime ;
    dct:modified "2024-01-29T12:26:26.135733"^^xsd:dateTime ;
    dct:title "Welland Hydrants" ;
    dcat:accessURL <https://open.welland.ca/datasets/welland-hydrants> .

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

