@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/b62bd332-6c2e-413a-826d-b16f16ec88a5> a dcat:Dataset ;
    dct:accrualPeriodicity "daily" ;
    dct:description "Aute mollit sit nostrud consequat cupidatat exercitation do quis commodo. Eiusmod est non duis cupidatat. Consequat culpa esse culpa culpa aliqua Lorem velit duis consequat nulla consequat." ;
    dct:identifier "b62bd332-6c2e-413a-826d-b16f16ec88a5" ;
    dct:issued "2026-03-11T08:14:28.227517"^^xsd:dateTime ;
    dct:modified "2026-03-11T10:28:13.993085"^^xsd:dateTime ;
    dct:publisher <https://ckan.zambia.energy.dev.datopian.com/organization/2f3868c8-9191-4d67-9265-093ea0b07a0d> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2026-03-11"^^xsd:date ;
            dcat:startDate "2026-03-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2026-03-11"^^xsd:date ;
            dcat:startDate "2026-03-01"^^xsd:date ] ;
    dct:title "Restricted dataset example" ;
    owl:versionInfo "1.0.0" ;
    adms:versionNotes "first version" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:example@email.com> ],
        [ a vcard:Organization ;
            vcard:hasEmail <mailto:example@email.com> ] ;
    dcat:keyword "test" .

<https://ckan.zambia.energy.dev.datopian.com/organization/2f3868c8-9191-4d67-9265-093ea0b07a0d> a foaf:Agent ;
    foaf:mbox "seed-admin@example.test" ;
    foaf:name "Demo Portal Testing Seed Organization" .

