@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/a0f37aab-9589-48cc-80d5-1bbe90974e2f> a dcat:Dataset ;
    dct:description "{\"energy consumption\"}" ;
    dct:identifier "a0f37aab-9589-48cc-80d5-1bbe90974e2f" ;
    dct:issued "2025-11-17T16:59:22.028221"^^xsd:dateTime ;
    dct:language "English" ;
    dct:modified "2025-11-17T16:59:22.028221"^^xsd:dateTime ;
    dct:publisher <https://service.tib.eu/organization/0c0c8bd2-4bc1-49d1-b908-e0528aa3c786> ;
    dct:title "energy consumption" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn " Ming Gao" ] ;
    dcat:creator dct:Agent ;
    dcat:distribution <https://service.tib.eu/dataset/a0f37aab-9589-48cc-80d5-1bbe90974e2f/resource/9ff214d0-2e0b-47f0-af11-84c51e7fdfec> .

dct:Agent foaf:Name " Ming Gao" .

<https://service.tib.eu/dataset/a0f37aab-9589-48cc-80d5-1bbe90974e2f/resource/9ff214d0-2e0b-47f0-af11-84c51e7fdfec> a dcat:Distribution ;
    dct:title "Resource 0" .

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

