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 540 rows in 0.012 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 skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX property: <http://rdfdata.eionet.europa.eu/eurostat/property#>
PREFIX geo: <http://dd.eionet.europa.eu/vocabulary/eurostat/geo/>
PREFIX unit: <http://dd.eionet.europa.eu/vocabulary/eurostat/unit/>
PREFIX product: <http://dd.eionet.europa.eu/vocabulary/eurostat/product/>
PREFIX indic_nrg: <http://dd.eionet.europa.eu/vocabulary/eurostat/indic_nrg/>
SELECT DISTINCT
year(?date) as ?date
bif:either(?product = product:0000, "Total", bif:either(?product = product:3000, "Petroleum", ?product_label)) as ?product_label
replace(?indic_nrg_label, "Final Energy Consumption - ", "") as ?indic_nrg_label
(round((sum(?obsValue))/((sum(?B_101700)))*10000))/100.0 as ?share
round(sum(?obsValue)/100)/10.0 as ?obsValue
WHERE {
{
GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/nrg_110a.rdf.gz>
{
_:nrg_110a sdmx-dimension:refArea geo:EU28 .
_:nrg_110a sdmx-attribute:unitMeasure unit:KTOE .
_:nrg_110a sdmx-dimension:timePeriod ?date .
_:nrg_110a property:product ?product .
FILTER (?product in (product:0000, product:3000, product:6000,
product:4100, product:2000 ))
_:nrg_110a property:indic_nrg ?indic_nrg .
FILTER (?indic_nrg in (indic_nrg:B_101800,
indic_nrg:B_101900,
indic_nrg:B_102010,
indic_nrg:B_102035))
_:nrg_110a sdmx-measure:obsValue ?obsValue .
_:nrg_110a_total sdmx-dimension:refArea geo:EU28 .
_:nrg_110a_total sdmx-attribute:unitMeasure unit:KTOE .
_:nrg_110a_total sdmx-dimension:timePeriod ?date .
_:nrg_110a_total property:product ?product .
_:nrg_110a_total property:indic_nrg indic_nrg:B_101700 .
_:nrg_110a_total sdmx-measure:obsValue ?B_101700 .
}
}
?product skos:prefLabel ?product_label .
?indic_nrg skos:prefLabel ?indic_nrg_label .
#FILTER (year(?date) = 2016)
}
GROUP BY ?product_label ?indic_nrg_label ?date ?indic_nrg ?product
ORDER BY ?date ?product_label
For references, please go to https://eea.europa.eu./data-and-maps/daviz/sds/final-energy-consumption-of-fuel or scan the QR code.
PDF generated on 23 Nov 2024, 11:37 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