@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://api.agrimetrics.co.uk/catalog/data-sets/4e5b9f24-d616-4e1e-bdbe-27cf4f9de82a> a dcat:Dataset ;
    dct:description "Monthly data on self generated electricity generated for individual sites across the Defra estate from July 2012 to April 2016." ;
    dct:identifier "4e5b9f24-d616-4e1e-bdbe-27cf4f9de82a" ;
    dct:issued "2023-03-13T18:15:17.892978"^^xsd:dateTime ;
    dct:modified "2016-06-23T00:00:00+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Department for Environment, Food & Rural Affairs" ] ;
    dct:title "Self generated electricity generated on Defra estate July 2012 to April 2016" ;
    dcat:distribution <https://api.agrimetrics.co.uk/catalog/data-sets/4e5b9f24-d616-4e1e-bdbe-27cf4f9de82a/resource/bd4c7e07-5191-4a5d-9edc-c8ca8317cfb4> .

<https://api.agrimetrics.co.uk/catalog/data-sets/4e5b9f24-d616-4e1e-bdbe-27cf4f9de82a/resource/bd4c7e07-5191-4a5d-9edc-c8ca8317cfb4> a dcat:Distribution ;
    dct:description "Excel file monthly utility data for download" ;
    dct:format "XLSX" ;
    dct:issued "2023-09-24T10:25:49.457454"^^xsd:dateTime ;
    dct:license <http://reference.data.gov.uk/id/open-government-licence> ;
    dct:modified "2025-07-25T14:55:45.856082"^^xsd:dateTime ;
    dcat:accessURL <https://s3-eu-west-1.amazonaws.com/data.defra.gov.uk/Finance/biomass_procurement_and_cost_on_defra_estate.xlsx> ;
    dcat:mediaType "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" .

