@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://ckan.zambia.energy.dev.datopian.com/dataset/2e05509e-01ee-4a1e-adb2-63a5206969cb> a dcat:Dataset ;
    dct:accrualPeriodicity "annually" ;
    dct:description "This dataset contains monthly electricity consumption records for five branch offices operated by Organisation Name in the Central Region. Data covers January 2024 to December 2025 and includes kilowatt-hours consumed, peak demand in kilowatts, cost in local currency, and contextual notes. Meter readings are collected by branch administrators on the first working day of each month and reconciled against utility provider invoices. The dataset is updated annually." ;
    dct:identifier "2e05509e-01ee-4a1e-adb2-63a5206969cb" ;
    dct:issued "2026-03-25T07:49:24.103860"^^xsd:dateTime ;
    dct:modified "2026-03-25T08:12:18.556761"^^xsd:dateTime ;
    dct:publisher <https://ckan.zambia.energy.dev.datopian.com/organization/c99625b6-b029-493a-84a4-5d5a35c16da5> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2026-03-31"^^xsd:date ;
            dcat:startDate "2024-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2026-03-31"^^xsd:date ;
            dcat:startDate "2024-01-01"^^xsd:date ] ;
    dct:title "Monthly Electricity Consumption — Central Region — 2024 to 2025" ;
    owl:versionInfo "2.0.0" ;
    adms:versionNotes "Added new raw data." ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:data@ccg.com> ],
        [ a vcard:Organization ;
            vcard:hasEmail <mailto:data@ccg.com> ] ;
    dcat:keyword "Consumption",
        "Electricity",
        "access" .

<https://ckan.zambia.energy.dev.datopian.com/organization/c99625b6-b029-493a-84a4-5d5a35c16da5> a foaf:Agent ;
    foaf:name "CCG" .

