@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/40d9e4ff-396c-40ac-afc3-bf97ef6e0de2> a dcat:Dataset ;
    dct:description "LSOA boundaries trimmed to the Leeds City Region extent." ;
    dct:identifier "emdkm" ;
    dct:issued "2018-03-02T13:18:21+00:00"^^xsd:dateTime ;
    dct:modified "2018-03-15T15:42:12+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "*********************************" ] ;
    dct:title "Leeds City Region LSOAs" ;
    dcat:keyword "LCR" ;
    dcat:landingPage <https://datamillnorth.org/dataset/leeds-city-region-lsoas-emdkm> .

