@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/99ac265c-77ee-40e4-861d-c4e495b0dbad> a dcat:Dataset ;
    dct:description "This dataset reports on UK Power Networks' use of paid flexibility services. UK Power Networks uses flexibility (demand/generation turn up/down) in London, the South East, and the East of England to manage electricity flows on the local electricity distribution network." ;
    dct:identifier "2zjqy" ;
    dct:issued "2025-02-26T13:17:10+00:00"^^xsd:dateTime ;
    dct:modified "2025-02-26T13:17:21+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "UK Power Networks" ] ;
    dct:title "Flexibility dispatches" ;
    dcat:keyword "electricity",
        "flexibility",
        "net zero",
        "power" ;
    dcat:landingPage <https://data.london.gov.uk/dataset/flexibility-dispatches-2zjqy> .

