@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.integration.publishing.service.gov.uk/dataset/e238d812-3600-48a9-921f-7ad828ef788d> a dcat:Dataset ;
    dct:description "DataPoint is a way of accessing freely available Met Office data feeds in a format that is suitable for application developers. It is aimed at professionals, the scientific community and student or amateur developers, in fact anyone looking to re-use Met Office data within their own innovative applications." ;
    dct:identifier "2zx4p" ;
    dct:issued "2015-04-15T07:53:53+00:00"^^xsd:dateTime ;
    dct:modified "2017-02-15T14:31:39+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Met Office" ] ;
    dct:title "Met Office DataPoint API" ;
    dcat:keyword "API",
        "FloodHack16",
        "Met office",
        "Weather",
        "airhack",
        "climate",
        "forecast",
        "marine",
        "precipitation",
        "pressure",
        "satellite" ;
    dcat:landingPage <https://datamillnorth.org/dataset/met-office-datapoint-api-2zx4p> .

