@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/a679e6da-7a3d-4a3e-b352-24271a5df638> a dcat:Dataset ;
    dct:description "Financial Transactions carried out by Nottinghamshire Healthcare NHS Trust amounting to £25,000." ;
    dct:identifier "a679e6da-7a3d-4a3e-b352-24271a5df638" ;
    dct:issued "2015-09-21T10:40:34.509206"^^xsd:dateTime ;
    dct:modified "2026-07-08T13:33:05.158449"^^xsd:dateTime ;
    dct:publisher <https://ckan.staging.publishing.service.gov.uk/organization/71cee76b-f171-41e8-a8df-54e06d7454eb> ;
    dct:title "Spend over £25,000 in Nottinghamshire Healthcare NHS Trust" .

<https://ckan.staging.publishing.service.gov.uk/organization/71cee76b-f171-41e8-a8df-54e06d7454eb> a foaf:Organization ;
    foaf:name "Nottinghamshire Healthcare NHS Trust" .

