@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/cf9a1ca1-8f80-476c-bdae-cf7688068294> a dcat:Dataset ;
    dct:description "Information feed about Yorkshire Water current investments, in JSON format." ;
    dct:identifier "2o1od" ;
    dct:issued "2014-03-07T13:20:55+00:00"^^xsd:dateTime ;
    dct:modified "2016-08-26T15:56:25+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Yorkshire Water" ] ;
    dct:title "Current investments information feed" ;
    dcat:keyword "FloodHack16",
        "Infrastructure investment" ;
    dcat:landingPage <https://datamillnorth.org/dataset/current-investments-information-feed-2o1od> .

