@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/43b0f3c1-5c05-4814-933e-39ae0365e555> a dcat:Dataset ;
    dct:description "The London Borough of Brent Open Data website contains open data about Brent and the services that the local authority provides." ;
    dct:identifier "2385k" ;
    dct:issued "2010-08-20T09:51:31+00:00"^^xsd:dateTime ;
    dct:modified "2019-02-15T09:50:56+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "London Borough of Brent" ] ;
    dct:title "Brent Open Data" ;
    dcat:keyword "allotments",
        "brent",
        "elections",
        "libraries",
        "open-space",
        "parks",
        "polling-stations",
        "public-toilets",
        "schools",
        "transparency" ;
    dcat:landingPage <https://data.london.gov.uk/dataset/brent-open-data-2385k> .

