@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/159269f4-e7dd-46c0-89cd-09012746157b> a dcat:Dataset ;
    dct:description "A link to the DEFRA website detailing the different types of Earth Observation Available via API's and archive data from the Earth Observation Data Service." ;
    dct:identifier "2oo6d" ;
    dct:issued "2020-07-06T09:23:15.702000+00:00"^^xsd:dateTime ;
    dct:modified "2020-07-06T09:23:36.149000+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Leeds City Council" ] ;
    dct:title "Earth Observation Data" ;
    dcat:keyword "API",
        "Earth Observation",
        "GIS" ;
    dcat:landingPage <https://datamillnorth.org/dataset/earth-observation-data-2oo6d> .

