@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/6a4dc215-9acf-4abe-8310-c565e057e59d> a dcat:Dataset ;
    dct:description "Locations and data about each sewage overflow incident." ;
    dct:identifier "6a4dc215-9acf-4abe-8310-c565e057e59d" ;
    dct:issued "2024-01-29T12:26:37.213763"^^xsd:dateTime ;
    dct:modified "2024-02-15T21:34:28.262020"^^xsd:dateTime ;
    dct:publisher <https://niagaraopendata.ca/organization/6f4a3505-772b-436d-9974-7e419b920f48> ;
    dct:title "Combined Sewage Overflows (CSO)" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Jason Oatley" ;
            vcard:hasEmail <mailto:jason.oatley@niagararegion.ca> ] ;
    dcat:distribution <https://niagaraopendata.ca/dataset/6a4dc215-9acf-4abe-8310-c565e057e59d/resource/4d35b3a9-37d3-4349-94af-571267e2ea80> ;
    dcat:keyword "CSO",
        "environment",
        "sewage",
        "storm",
        "wastewater",
        "water" ;
    dcat:landingPage <http://niagararegion.ca/living/sewage/CSO/Reporting/CSOLocations.aspx> .

<https://niagaraopendata.ca/dataset/6a4dc215-9acf-4abe-8310-c565e057e59d/resource/4d35b3a9-37d3-4349-94af-571267e2ea80> a dcat:Distribution ;
    dct:description "Data feed contains location and overflow details for all combined sewer overflow incidents in Niagara region for the last 12 months (e.g. July - June)." ;
    dct:format "XML" ;
    dct:issued "2017-09-12T12:25:43.325311"^^xsd:dateTime ;
    dct:modified "2024-02-15T21:25:24.538353"^^xsd:dateTime ;
    dct:title "12-Month Combined Sewer Overflow (CSO) Incidents" ;
    dcat:accessURL <http://www.niagararegion.ca/sherpa-lists/csotwelveMonthfile.xml> ;
    dcat:mediaType "application/xml" .

<https://niagaraopendata.ca/organization/6f4a3505-772b-436d-9974-7e419b920f48> a foaf:Organization ;
    foaf:name "Niagara Region" .

