@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/831dd237-ccbc-4a7a-9dea-ac817b80152d> a dcat:Dataset ;
    dct:description "{\"This item includes different time series data sets of the energy consumption of the ETA Research Factory.\"}" ;
    dct:identifier "831dd237-ccbc-4a7a-9dea-ac817b80152d" ;
    dct:issued "2025-11-17T16:59:21.366638"^^xsd:dateTime ;
    dct:language "English" ;
    dct:modified "2025-11-17T16:59:21.366638"^^xsd:dateTime ;
    dct:publisher <https://service.tib.eu/organization/0c0c8bd2-4bc1-49d1-b908-e0528aa3c786> ;
    dct:title "Energy consumption time series data sets for different energy carriers" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn " Michael Frank" ] ;
    dcat:creator dct:Agent,
        dct:creator ;
    dcat:distribution <https://service.tib.eu/dataset/831dd237-ccbc-4a7a-9dea-ac817b80152d/resource/8001131f-4c58-41ae-b2dc-b9118014f3ef> .

dct:creator dct:Agent dct:Agent ;
    foaf:Name " Fabian Borst" .

<https://service.tib.eu/dataset/831dd237-ccbc-4a7a-9dea-ac817b80152d/resource/8001131f-4c58-41ae-b2dc-b9118014f3ef> a dcat:Distribution ;
    dct:title "Resource 0" ;
    dcat:mediaType "{text/csv}" .

<https://service.tib.eu/organization/0c0c8bd2-4bc1-49d1-b908-e0528aa3c786> a foaf:Organization ;
    foaf:name "OpenAIRE AMKE" .

dct:Agent foaf:Name " Michael Frank" .

