@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/e5cb6a7b-5bcb-4cd4-8877-dc375fccccb1> a dcat:Dataset ;
    dct:description "UK climate - Historic station data for Bradford by month from 1908. More Information For details of all stations across the UK - Historic station data" ;
    dct:identifier "2oop6" ;
    dct:issued "2018-03-22T11:01:44+00:00"^^xsd:dateTime ;
    dct:modified "2018-03-22T11:03:17+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Met Office" ] ;
    dct:title "Met Office Bradford historic station data" ;
    dcat:landingPage <https://datamillnorth.org/dataset/met-office-bradford-historic-station-data-2oop6> .

