@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/a6e9218c-698e-4277-8863-b9a866703698> a dcat:Dataset ;
    dct:accrualPeriodicity "monthly" ;
    dct:description "Testing Trans 123" ;
    dct:identifier "a6e9218c-698e-4277-8863-b9a866703698" ;
    dct:issued "2026-04-16T08:25:13.241917"^^xsd:dateTime ;
    dct:modified "2026-04-16T08:27:09.246817"^^xsd:dateTime ;
    dct:publisher <https://ckan.zambia.energy.dev.datopian.com/organization/09d2f7a9-175f-44ce-b67e-8861497966f9> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2025-02-01"^^xsd:date ;
            dcat:startDate "2020-02-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2025-02-01"^^xsd:date ;
            dcat:startDate "2020-02-01"^^xsd:date ] ;
    dct:title "Tranmision" ;
    owl:versionInfo "1.0.0" ;
    adms:versionNotes "Initial dataset" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:yotam@gmail.com> ],
        [ a vcard:Organization ;
            vcard:hasEmail <mailto:yotam@gmail.com> ] ;
    dcat:keyword "Transmision" .

<https://ckan.zambia.energy.dev.datopian.com/organization/09d2f7a9-175f-44ce-b67e-8861497966f9> a foaf:Agent ;
    foaf:name "CIG Zambia" .

