@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.publishing.service.gov.uk/dataset/43ba0390-14a4-429e-92c6-d3d329d8a9a1> a dcat:Dataset ;
    dct:description "The Environment Agency flood-monitoring API provides developers with access to real time information covering: flood warnings and flood alerts flood areas which to which warnings or alerts apply forecast of flood risks over the next three days measurements of water levels and flows information on the monitoring stations providing those measurements Attribution: If you make use of this data please acknowledge this with the following attribution statement: This uses Environment Agency flood and river level data from the real-time data API (Beta)" ;
    dct:identifier "vdmpl" ;
    dct:issued "2015-05-06T09:32:31+00:00"^^xsd:dateTime ;
    dct:modified "2017-02-14T10:21:55+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Environment Agency" ] ;
    dct:title "Environment Agency real time flood-monitoring API" ;
    dcat:keyword "Environment Agency",
        "Flood",
        "Flood Defence",
        "FloodHack16",
        "age friendly",
        "alearts",
        "monitoring stations",
        "warnings",
        "water flows",
        "water levels" ;
    dcat:landingPage <https://datamillnorth.org/dataset/environment-agency-real-time-flood-monitoring-api-vdmpl> .

