@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.publishing.service.gov.uk/dataset/b7b63859-ba98-4cde-9ec3-d39347fbfb53> a dcat:Dataset ;
    dct:description "Lambeth council have a wide range of data about the borough available for public use, which you can access in machine-readable and easily-shared formats such as CSV and JSON. Read more on Lambeth's open data pages.Lambeth publish over 100 different mapping datasets, to be used freely by residents and local businesses: Lambeth Open Mapping Data portal" ;
    dct:identifier "2o8l6" ;
    dct:issued "2014-06-02T15:20:48+00:00"^^xsd:dateTime ;
    dct:modified "2014-06-02T15:20:48+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "London Borough of Lambeth" ] ;
    dct:title "Lambeth Council Open Data" ;
    dcat:keyword "data",
        "lambeth",
        "open" ;
    dcat:landingPage <https://data.london.gov.uk/dataset/lambeth-council-open-data-2o8l6> .

