@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/5f73d16b-0f2b-45e2-9b86-2321e9c10d9f> a dcat:Dataset ;
    dct:accrualPeriodicity "monthly" ;
    dct:description "Synthetic testing dataset for monthly solar generation by utility-scale plants in Sunward Range. Built to seed staging/demo portal environments with meaningful fictional energy context records." ;
    dct:identifier "5f73d16b-0f2b-45e2-9b86-2321e9c10d9f" ;
    dct:issued "2026-02-24T22:15:32.862962"^^xsd:dateTime ;
    dct:modified "2026-02-24T22:15:42.979852"^^xsd:dateTime ;
    dct:publisher <https://ckan.zambia.energy.dev.datopian.com/organization/2f3868c8-9191-4d67-9265-093ea0b07a0d> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2024-12-31"^^xsd:date ;
            dcat:startDate "2022-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2024-12-31"^^xsd:date ;
            dcat:startDate "2022-01-01"^^xsd:date ] ;
    dct:title "Monthly Solar Generation by Utility-Scale Plants - Sunward Range" ;
    owl:versionInfo "1.0.0" ;
    adms:versionNotes "Initial seeded version for portal QA dataset batch (3/12)." ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:seed-admin@example.test> ],
        [ a vcard:Organization ;
            vcard:hasEmail <mailto:seed-admin@example.test> ] ;
    dcat:distribution <https://ckan.zambia.energy.dev.datopian.com/dataset/5f73d16b-0f2b-45e2-9b86-2321e9c10d9f/resource/141df2b1-5dd2-4fa0-a849-db1fb4928b37>,
        <https://ckan.zambia.energy.dev.datopian.com/dataset/5f73d16b-0f2b-45e2-9b86-2321e9c10d9f/resource/3e8c1a37-d8e5-4b9c-8182-66442b6763c9>,
        <https://ckan.zambia.energy.dev.datopian.com/dataset/5f73d16b-0f2b-45e2-9b86-2321e9c10d9f/resource/e4248302-138a-41fd-872e-a6691c763e2e> ;
    dcat:keyword "energy",
        "generation",
        "novara",
        "testing-seed" .

<https://ckan.zambia.energy.dev.datopian.com/dataset/5f73d16b-0f2b-45e2-9b86-2321e9c10d9f/resource/141df2b1-5dd2-4fa0-a849-db1fb4928b37> a dcat:Distribution ;
    dct:description "Structured synthetic records and summary metadata for Sunward Range in JSON format." ;
    dct:format "JSON" ;
    dct:issued "2026-02-24T22:15:35.811435"^^xsd:dateTime ;
    dct:modified "2026-02-24T22:15:37.451270"^^xsd:dateTime ;
    dct:title "Monthly Solar Generation by Utility-Scale Plants - Sunward Range - Data (JSON)" ;
    dcat:accessURL <https://ckan.zambia.energy.dev.datopian.com/dataset/5f73d16b-0f2b-45e2-9b86-2321e9c10d9f/resource/141df2b1-5dd2-4fa0-a849-db1fb4928b37/download/zedp-test-seed-solar-generation-sunward-range.json> ;
    dcat:byteSize "1224"^^xsd:nonNegativeInteger ;
    dcat:mediaType "application/json" .

<https://ckan.zambia.energy.dev.datopian.com/dataset/5f73d16b-0f2b-45e2-9b86-2321e9c10d9f/resource/3e8c1a37-d8e5-4b9c-8182-66442b6763c9> a dcat:Distribution ;
    dct:description "Tabular synthetic records for Sunward Range in CSV format." ;
    dct:format "CSV" ;
    dct:issued "2026-02-24T22:15:33.985429"^^xsd:dateTime ;
    dct:modified "2026-02-24T22:15:42.998436"^^xsd:dateTime ;
    dct:title "Monthly Solar Generation by Utility-Scale Plants - Sunward Range - Data (CSV)" ;
    dcat:accessURL <https://ckan.zambia.energy.dev.datopian.com/dataset/5f73d16b-0f2b-45e2-9b86-2321e9c10d9f/resource/3e8c1a37-d8e5-4b9c-8182-66442b6763c9/download/zedp-test-seed-solar-generation-sunward-range.csv> ;
    dcat:byteSize "283"^^xsd:nonNegativeInteger ;
    dcat:mediaType "text/csv" .

<https://ckan.zambia.energy.dev.datopian.com/dataset/5f73d16b-0f2b-45e2-9b86-2321e9c10d9f/resource/e4248302-138a-41fd-872e-a6691c763e2e> a dcat:Distribution ;
    dct:description "Dataset documentation and testing notes in Markdown format." ;
    dct:format "md" ;
    dct:issued "2026-02-24T22:15:37.474636"^^xsd:dateTime ;
    dct:modified "2026-02-24T22:15:41.253759"^^xsd:dateTime ;
    dct:title "Monthly Solar Generation by Utility-Scale Plants - Sunward Range - Documentation" ;
    dcat:accessURL <https://ckan.zambia.energy.dev.datopian.com/dataset/5f73d16b-0f2b-45e2-9b86-2321e9c10d9f/resource/e4248302-138a-41fd-872e-a6691c763e2e/download/zedp-test-seed-solar-generation-sunward-range.md> ;
    dcat:byteSize "603"^^xsd:nonNegativeInteger ;
    dcat:mediaType "text/markdown" .

<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" .

