All official European Union website addresses are in the europa.eu domain.
See all EU institutions and bodiesDo something for our planet, print this page only if needed. Even a small action can make an enormous difference when millions of people do it!
Data table via SPARQL
Received 560 rows in 0.018 seconds.
The following info can be used by a system developer / database administrator in order to retrieve this dataset programmatically over the web using a SPARQL client.
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX sdmx-measure: <http://purl.org/linked-data/sdmx/2009/measure#>
PREFIX sdmx-dimension: <http://purl.org/linked-data/sdmx/2009/dimension#>
PREFIX sdmx-attribute: <http://purl.org/linked-data/sdmx/2009/attribute#>
PREFIX property: <http://rdfdata.eionet.europa.eu/eurostat/property#>
PREFIX siec: <http://dd.eionet.europa.eu/vocabulary/eurostat/siec/>
PREFIX nrg_bal: <http://dd.eionet.europa.eu/vocabulary/eurostat/nrg_bal/>
PREFIX geo: <http://dd.eionet.europa.eu/vocabulary/eurostat/geo/>
PREFIX unit: <http://dd.eionet.europa.eu/vocabulary/eurostat/unit/>
SELECT DISTINCT
year(?date) as ?date
?siec_label
replace(replace(replace(replace(?nrg_bal_label, "Final consumption - ", ""), "other sectors - ", ""), " - energy use", ""), " sector", "") as ?nrg_bal_label
(round((sum(?obsValue))/((sum(?obsValue_total)))*10000))/100.0 as ?share
round(sum(?obsValue)/100)/10.0 as ?obsValue
round(sum(?obsValue_total)/100)/10.0 as ?obsValue_total
WHERE {
GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/nrg_bal_c.rdf.gz> {
?nrg_bal_c sdmx-dimension:refArea geo:EU28 .
?nrg_bal_c sdmx-attribute:unitMeasure unit:KTOE .
?nrg_bal_c sdmx-dimension:timePeriod ?date .
?nrg_bal_c property:siec ?siec .
?nrg_bal_c property:nrg_bal ?nrg_bal .
FILTER (?siec in (siec:C0000X0350-0370, siec:O4000XBIO, siec:G3000,
siec:E7000, siec:TOTAL))
FILTER (?nrg_bal IN (nrg_bal:FC_IND_E, nrg_bal:FC_TRA_E,
nrg_bal:FC_OTH_HH_E, nrg_bal:FC_OTH_CP_E))
?nrg_bal_c sdmx-measure:obsValue ?obsValue .
?nrg_bal_c_total sdmx-dimension:refArea geo:EU28 .
?nrg_bal_c_total sdmx-attribute:unitMeasure unit:KTOE .
?nrg_bal_c_total sdmx-dimension:timePeriod ?date .
?nrg_bal_c_total property:siec ?siec .
?nrg_bal_c_total property:nrg_bal ?nrg_bal_total .
FILTER (?nrg_bal_total IN (nrg_bal:FC_E))
?nrg_bal_c_total sdmx-measure:obsValue ?obsValue_total .
}
?siec rdfs:label ?siec_label .
?nrg_bal rdfs:label ?nrg_bal_label .
}
ORDER BY ?date ?siec_label ?nrg_bal_label
For references, please go to https://eea.europa.eu./data-and-maps/daviz/sds/final-energy-consumption-of-fuel-2 or scan the QR code.
PDF generated on 23 Nov 2024, 10:24 AM
Engineered by: EEA Web Team
Software updated on 26 September 2023 08:13 from version 23.8.18
Software version: EEA Plone KGS 23.9.14
Document Actions
Share with others