@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/90f020e8-4ab4-47c6-bc47-a0bf9f34fb9b> a dcat:Dataset ;
    dct:description "Yorkshire Water's Water Quality Postcode look-up in XML format. Change the final parameter to match the postcode you would like to query (postcode format example = ls82qd for LS8 2QD)." ;
    dct:identifier "vq6xn" ;
    dct:issued "2014-03-07T13:31:25+00:00"^^xsd:dateTime ;
    dct:modified "2019-01-23T16:14:59.609000+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Yorkshire Water" ] ;
    dct:title "Water quality postcode look-up" ;
    dcat:keyword "Locality Lab",
        "Post Code",
        "Water quality",
        "age friendly" ;
    dcat:landingPage <https://datamillnorth.org/dataset/water-quality-postcode-look-up-vq6xn> .

