@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/45bda2d8-7463-4cc9-81e6-b0f8d5040d24> a dcat:Dataset ;
    dct:description "Demonstrating all payments exceeding £25k from the CCG during the month of Jul 2018." ;
    dct:identifier "45bda2d8-7463-4cc9-81e6-b0f8d5040d24" ;
    dct:issued "2018-08-31T15:19:11.783051"^^xsd:dateTime ;
    dct:modified "2018-09-03T15:16:14.174044"^^xsd:dateTime ;
    dct:publisher <https://ckan.publishing.service.gov.uk/organization/0d0a579c-9d82-4dd3-a51d-2dbfb7d90f3a> ;
    dct:title "04J Jul 18 Over £25k Expenditure" .

<https://ckan.publishing.service.gov.uk/organization/0d0a579c-9d82-4dd3-a51d-2dbfb7d90f3a> a foaf:Organization ;
    foaf:name "NHS North Derbyshire CCG" .

