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

<https://portal-dev.sse.datopian.com/@ssen-distribution/skapi-dataset> a dcat:Dataset ;
    dct:accessRights "Creative Commons Attribution 4.0" ;
    dct:creator "S Kumar" ;
    dct:description "A long description of my dataset" ;
    dct:format "CSV" ;
    dct:identifier <https://portal-dev.sse.datopian.com/@ssen-distribution/skapi-dataset> ;
    dct:issued "2023-08-30T17:02:53.429422"^^xsd:dateTime ;
    dct:modified "2023-09-20T11:09:42.557446"^^xsd:dateTime ;
    dct:publisher <https://portal-dev.sse.datopian.com/organization/94936d51-7ac5-4be9-8b70-7afc372c50bf>,
        "SSEN Distribution" ;
    dct:subject "Capacity",
        "Generation",
        "SKTest" ;
    dct:title "SKs Test Dataset" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "S Kumar" ;
            vcard:hasEmail <mailto:s234567@sse.com> ] ;
    dcat:distribution <https://portal-dev.sse.datopian.com/@ssen-distribution/skapi-dataset/r/601c9cf0-595e-46d8-88fc-d1ab2904e2db>,
        <https://portal-dev.sse.datopian.com/@ssen-distribution/skapi-dataset/r/7bc59f48-a769-43c6-beaf-96c58df803f3>,
        <https://portal-dev.sse.datopian.com/@ssen-distribution/skapi-dataset/r/e0282a99-5c32-45ed-99f2-8eea657b77c0> ;
    dcat:keyword "Capacity",
        "Generation",
        "SKTest" .

<https://portal-dev.sse.datopian.com/@ssen-distribution/skapi-dataset/r/601c9cf0-595e-46d8-88fc-d1ab2904e2db> a dcat:Distribution ;
    dct:description "My resource description" ;
    dct:format "CSV" ;
    dct:issued "2023-08-30T17:03:05.728862"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-09-19T10:28:44.101309"^^xsd:dateTime ;
    dct:title "SK_test_resource" ;
    dcat:accessURL <https://ckan-dev.sse.datopian.com/datastore/dump/601c9cf0-595e-46d8-88fc-d1ab2904e2db> .

<https://portal-dev.sse.datopian.com/@ssen-distribution/skapi-dataset/r/7bc59f48-a769-43c6-beaf-96c58df803f3> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2023-09-20T10:18:26.820834"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-09-20T10:18:26.803614"^^xsd:dateTime ;
    dct:title "alberta_budget_total" ;
    dcat:accessURL <https://storage.openspending.org/alberta-budget/__os_imported__alberta_total.csv> .

<https://portal-dev.sse.datopian.com/@ssen-distribution/skapi-dataset/r/e0282a99-5c32-45ed-99f2-8eea657b77c0> a dcat:Distribution ;
    dct:SizeOrDuration 1.391092e+00 ;
    dct:description "sdf" ;
    dct:format "CSV" ;
    dct:issued "2023-09-19T10:28:44.122117"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2023-09-20T11:09:42.564435"^^xsd:dateTime ;
    dct:title "same file but uploaded manually " ;
    dcat:accessURL <https://ckan-dev.sse.datopian.com/dataset/6adfbfea-b2e3-4bee-b73d-441f182d4823/resource/e0282a99-5c32-45ed-99f2-8eea657b77c0/download/reproduce.csv> ;
    dcat:byteSize 1391092.0 .

<https://portal-dev.sse.datopian.com/organization/94936d51-7ac5-4be9-8b70-7afc372c50bf> a foaf:Organization ;
    foaf:name "SSEN Distribution" .

