@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/f56fb3d8-c775-4b2b-af12-8673ada9f1b4> a dcat:Dataset ;
    dct:description "Waltham Forest's dedicated page for publishing council transparency data. Includes information on organisation structure, payscales and expenditure over £500. Relevant link: http://www.walthamforest.gov.uk/Pages/index.aspx" ;
    dct:identifier "2jrpl" ;
    dct:issued "2010-09-24T11:12:47+00:00"^^xsd:dateTime ;
    dct:modified "2014-07-07T10:00:29+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "London Borough of Waltham Forest" ] ;
    dct:title "Waltham Forest - Council Transparency" ;
    dcat:keyword "expenditure",
        "finance",
        "pay",
        "salary" ;
    dcat:landingPage <https://data.london.gov.uk/dataset/waltham-forest-council-transparency-2jrpl> .

