@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/7b61796c-9890-4dd2-8a44-95615095bd45> a dcat:Dataset ;
    dct:accrualPeriodicity "monthly" ;
    dct:description "1234" ;
    dct:identifier "7b61796c-9890-4dd2-8a44-95615095bd45" ;
    dct:issued "2026-03-06T13:01:03.941934"^^xsd:dateTime ;
    dct:modified "2026-03-10T17:09:02.071426"^^xsd:dateTime ;
    dct:publisher <https://ckan.zambia.energy.dev.datopian.com/organization/cbe34477-c34c-4a08-8785-5c6995cd1de7> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2026-03-20"^^xsd:date ;
            dcat:startDate "2026-03-06"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2026-03-20"^^xsd:date ;
            dcat:startDate "2026-03-06"^^xsd:date ] ;
    dct:title "Test Data Geo" ;
    owl:versionInfo "1.0.0" ;
    adms:versionNotes "xD" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:nikola.mladenovic@datopian.com> ],
        [ a vcard:Organization ;
            vcard:hasEmail <mailto:nikola.mladenovic@datopian.com> ] ;
    dcat:keyword "xD" .

<https://ckan.zambia.energy.dev.datopian.com/organization/cbe34477-c34c-4a08-8785-5c6995cd1de7> a foaf:Agent ;
    foaf:mbox "nikola.mladenovic@datopian.com" ;
    foaf:name "Test Org" .

