@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/5c5c95f8-5e7d-46d5-8e8b-3595e028260b> 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 "West Yorkshire Combined Authority" ] ;
    dct:title "Leeds City Region LSOAs" ;
    dcat:keyword "LCR" ;
    dcat:landingPage <https://datamillnorth.org/dataset/leeds-city-region-lsoas-emdkm> .

