@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://service.tib.eu/dataset/16aa71ed-c115-4e0a-a610-bb42f8d13e68> a dcat:Dataset ;
    dct:description "A sample from the ENTSO-E Transparency Platform for demonstration purposes." ;
    dct:identifier "16aa71ed-c115-4e0a-a610-bb42f8d13e68" ;
    dct:issued "2024-09-12T09:14:18.524543"^^xsd:dateTime ;
    dct:modified "2024-09-12T11:52:30.918027"^^xsd:dateTime ;
    dct:publisher <https://service.tib.eu/organization/0c5362f5-b99e-41db-8256-3d0d7549bf4d> ;
    dct:title "Sample: ENTSO-E Transparency Platform" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "ENTSO-E Transparency Platform" ] ;
    dcat:creator dct:Agent ;
    dcat:distribution <https://service.tib.eu/dataset/16aa71ed-c115-4e0a-a610-bb42f8d13e68/resource/701b9342-961e-4d0b-83d6-f256f04ecc03>,
        <https://service.tib.eu/dataset/16aa71ed-c115-4e0a-a610-bb42f8d13e68/resource/9347d16b-ef42-4d0a-9780-2428e04099c2> ;
    dcat:keyword "energy",
        "transparency" .

dct:Agent foaf:Name "ENTSO-E Transparency Platform" .

<https://service.tib.eu/dataset/16aa71ed-c115-4e0a-a610-bb42f8d13e68/resource/701b9342-961e-4d0b-83d6-f256f04ecc03> a dcat:Distribution ;
    dct:description "This sample covers Germany for January 1st, 2020" ;
    dct:format "CSV" ;
    dct:title "Actual Generation per Production Type" ;
    dcat:accessURL <https://service.tib.eu/ldm_nfdi4energy/ldmservice/dataset/16aa71ed-c115-4e0a-a610-bb42f8d13e68/resource/701b9342-961e-4d0b-83d6-f256f04ecc03/download/actual_generation_per_production_type_germany_2020-01-01.csv> ;
    dcat:byteSize 20434.0 ;
    dcat:mediaType "text/csv" .

<https://service.tib.eu/dataset/16aa71ed-c115-4e0a-a610-bb42f8d13e68/resource/9347d16b-ef42-4d0a-9780-2428e04099c2> a dcat:Distribution ;
    dct:description "This sample covers Germany for 2015." ;
    dct:format "XML" ;
    dct:title "Total Realized Load" ;
    dcat:accessURL <https://service.tib.eu/ldm_nfdi4energy/ldmservice/dataset/16aa71ed-c115-4e0a-a610-bb42f8d13e68/resource/9347d16b-ef42-4d0a-9780-2428e04099c2/download/total_load_realized_germany_2015.xml> ;
    dcat:byteSize 1112753.0 ;
    dcat:mediaType "application/xml" .

<https://service.tib.eu/organization/0c5362f5-b99e-41db-8256-3d0d7549bf4d> a foaf:Organization ;
    foaf:name "TIB" .

