@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/dbb61705-22e5-41ff-ae81-0f1636e666c8> a dcat:Dataset ;
    dct:description "Itemised transactions of over £250 from the Housing Ombudsman" ;
    dct:identifier "dbb61705-22e5-41ff-ae81-0f1636e666c8" ;
    dct:issued "2013-09-20T15:30:51.841340"^^xsd:dateTime ;
    dct:modified "2026-07-08T13:31:54.272704"^^xsd:dateTime ;
    dct:publisher <https://ckan.publishing.service.gov.uk/organization/c9b97267-2606-4e27-87a4-a58a21548b5d> ;
    dct:title "Spend over £250" .

<https://ckan.publishing.service.gov.uk/organization/c9b97267-2606-4e27-87a4-a58a21548b5d> a foaf:Organization ;
    foaf:name "Independent Housing Ombudsman" .

