@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/df17b34d-b7d8-45c0-9ef5-e57dd497d447> a dcat:Dataset ;
    dct:description "{\"Energy use in 2050 from the Annual Energy Outlook 2021 published by the U.S. Department of Energy's Energy Information Agency.\"}" ;
    dct:identifier "df17b34d-b7d8-45c0-9ef5-e57dd497d447" ;
    dct:issued "2025-11-17T16:59:22.029657"^^xsd:dateTime ;
    dct:language "English" ;
    dct:modified "2025-11-17T16:59:22.029657"^^xsd:dateTime ;
    dct:publisher <https://service.tib.eu/organization/0c0c8bd2-4bc1-49d1-b908-e0528aa3c786> ;
    dct:title "Electrification of Transportation Means a Lot More Than a Lot More Electric Vehicles" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn " Michael A. Tamor" ] ;
    dcat:creator dct:Agent,
        dct:creator ;
    dcat:distribution <https://service.tib.eu/dataset/df17b34d-b7d8-45c0-9ef5-e57dd497d447/resource/495fb8e5-788e-4528-a48e-5b73151d1b5e> .

dct:creator dct:Agent dct:Agent ;
    foaf:Name " Ellen B. Stechel" .

<https://service.tib.eu/dataset/df17b34d-b7d8-45c0-9ef5-e57dd497d447/resource/495fb8e5-788e-4528-a48e-5b73151d1b5e> a dcat:Distribution ;
    dct:title "Resource 0" .

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

dct:Agent foaf:Name " Michael A. Tamor" .

