@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/420ee33a-dfd9-43e5-8b8a-90d21eb2a19e> a dcat:Dataset ;
    dct:description "Open data for London Borough of Wandsworth. Monthly reports detailing council expenditure over £500 and geocoded information about the location of various facilities within the Borough." ;
    dct:identifier "vd6yn" ;
    dct:issued "2011-02-10T10:06:34+00:00"^^xsd:dateTime ;
    dct:modified "2014-07-04T15:50:17+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "London Borough of Wandsworth" ] ;
    dct:title "Wandsworth Open Data" ;
    dcat:keyword "expenditure",
        "geo",
        "gritting",
        "libraries",
        "post-offices",
        "schools",
        "toilets",
        "waste" ;
    dcat:landingPage <https://data.london.gov.uk/dataset/wandsworth-open-data-vd6yn> .

