@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://ckan.staging.publishing.service.gov.uk/dataset/99a82d3e-4898-4fba-8fce-cff02dc8ecd7> a dcat:Dataset ;
    dct:description "Information Feed regarding Yorkshire Water current incidents, in JSON format. This feed will be empty if there are no incidents." ;
    dct:identifier "2zxly" ;
    dct:issued "2014-03-07T13:25:11+00:00"^^xsd:dateTime ;
    dct:modified "2016-08-26T15:57:19+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Yorkshire Water" ] ;
    dct:title "Current incidents information feed" ;
    dcat:keyword "FloodHack16",
        "Traffic",
        "Water quality" ;
    dcat:landingPage <https://datamillnorth.org/dataset/current-incidents-information-feed-2zxly> .

