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 25 rows in 0.037 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 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
year(?date) as ?year
round(sum(?nrg_101a)/100)/10.0 as ?solid_fuels
round(sum(?nrg_102a)/100)/10.0 as ?oil
round(sum(?nrg_103a)/100)/10.0 as ?gas
round(sum(?nrg_105a)/100)/10.0 as ?electricity
round((sum(?nrg_100a)-( sum(?nrg_101a)+sum(?nrg_102a)+sum(?nrg_103a)+sum(?nrg_105a) ))/100)/10.0 as ?other
round(sum(?nrg_100a)/100)/10.0 as ?total
round((sum(?nrg_101a)/sum(?nrg_100a))*10000)/100.0 as ?share_solid_fuels
round((sum(?nrg_102a)/sum(?nrg_100a))*10000)/100.0 as ?share_oil
round((sum(?nrg_103a)/sum(?nrg_100a))*10000)/100.0 as ?share_gas
round((sum(?nrg_105a)/sum(?nrg_100a))*10000)/100.0 as ?share_electricity
round(((sum(?nrg_100a)-( sum(?nrg_101a)+sum(?nrg_102a)+sum(?nrg_103a)+sum(?nrg_105a) )) / sum(?nrg_100a))*10000)/100.0 as ?share_other
WHERE {
{
GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/nrg_100a.rdf.gz>
{
_:nrg_100a sdmx-dimension:refArea geo:EU28 .
_:nrg_100a sdmx-attribute:unitMeasure unit:KTOE .
_:nrg_100a sdmx-dimension:timePeriod ?date .
_:nrg_100a property:product product:0000 .
_:nrg_100a property:indic_nrg indic_nrg:B_101700 .
_:nrg_100a sdmx-measure:obsValue ?nrg_100a .
}
} UNION {
GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/nrg_101a.rdf.gz>
{
_:nrg_101a sdmx-dimension:refArea geo:EU28 .
_:nrg_101a sdmx-attribute:unitMeasure unit:KTOE .
_:nrg_101a sdmx-dimension:timePeriod ?date .
_:nrg_101a property:product product:2000 .
_:nrg_101a property:indic_nrg indic_nrg:B_101700 .
_:nrg_101a sdmx-measure:obsValue ?nrg_101a .
}
} UNION {
GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/nrg_102a.rdf.gz>
{
_:nrg_102a sdmx-dimension:refArea geo:EU28 .
_:nrg_102a sdmx-attribute:unitMeasure unit:KTOE .
_:nrg_102a sdmx-dimension:timePeriod ?date .
_:nrg_102a property:product product:3000 .
_:nrg_102a property:indic_nrg indic_nrg:B_101700 .
_:nrg_102a sdmx-measure:obsValue ?nrg_102a .
}
} UNION {
GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/nrg_103a.rdf.gz>
{
_:nrg_103a sdmx-dimension:refArea geo:EU28 .
_:nrg_103a sdmx-attribute:unitMeasure unit:KTOE .
_:nrg_103a sdmx-dimension:timePeriod ?date .
_:nrg_103a property:product product:4100 .
_:nrg_103a property:indic_nrg indic_nrg:B_101700 .
_:nrg_103a sdmx-measure:obsValue ?nrg_103a .
}
} UNION {
GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/nrg_105a.rdf.gz>
{
_:nrg_105a sdmx-dimension:refArea geo:EU28 .
_:nrg_105a sdmx-attribute:unitMeasure unit:KTOE .
_:nrg_105a sdmx-dimension:timePeriod ?date .
_:nrg_105a property:product product:6000 .
_:nrg_105a property:indic_nrg indic_nrg:B_101700 .
_:nrg_105a sdmx-measure:obsValue ?nrg_105a .
}
}
}
GROUP BY year(?date)
ORDER BY ?date
For references, please go to https://www.eea.europa.eu/data-and-maps/daviz/sds/final-energy-consumption-by-fuel-type-2 or scan the QR code.
PDF generated on 11 Oct 2024, 11:58 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