@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/b4cd40a4-e5e3-4f63-b69b-c3d85f71aeb1> a dcat:Dataset ;
    dct:description "The LLDC publishes all items of expenditure over £250. https://www.queenelizabetholympicpark.co.uk/our-story/how-we-work/good-governance/accounts/monthly-expenditure" ;
    dct:identifier "e6wqp" ;
    dct:issued "2017-04-18T16:45:01+00:00"^^xsd:dateTime ;
    dct:modified "2022-01-11T10:04:03+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "London Legacy Development Corporation" ] ;
    dct:title "LLDC Expenditure over £250" ;
    dcat:landingPage <https://data.london.gov.uk/dataset/lldc-expenditure-over-250-e6wqp> .

