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 1 rows in 0.044 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 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/>
PREFIX geo: <http://dd.eionet.europa.eu/vocabulary/eurostat/geo/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT
'Air Domestic/International' as ?indic_nrg
round((( SUM(?last_year_EU13)-SUM(?first_year_EU13) ) / SUM(?first_year_EU13) )*1000)/10.0 as ?EU13
round((( SUM(?last_year_EU15)-SUM(?first_year_EU15) ) / SUM(?first_year_EU15) )*1000)/10.0 as ?EU15
round((( SUM(?last_year_EEA33)-SUM(?first_year_EEA33) ) / SUM(?first_year_EEA33) )*1000)/10.0 as ?EEA33
{{
SELECT
?date
bif:either(year(?date) = 1990, SUM(?EU13), 0) as ?first_year_EU13
bif:either(year(?date) = 2013, SUM(?EU13), 0) as ?last_year_EU13
bif:either(year(?date) = 1990, SUM(?EU15), 0) as ?first_year_EU15
bif:either(year(?date) = 2013, SUM(?EU15), 0) as ?last_year_EU15
bif:either(year(?date) = 1990, SUM(?EEA33), 0) as ?first_year_EEA33
bif:either(year(?date) = 2013, SUM(?EEA33), 0) as ?last_year_EEA33
WHERE {
{
GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/nrg_100a.rdf.gz>
{
_:nrg_100a sdmx-dimension:timePeriod ?date . FILTER (year(?date) in (1990, 2013))
_:nrg_100a sdmx-attribute:unitMeasure unit:TJ .
_:nrg_100a property:product product:0000 .
_:nrg_100a property:indic_nrg ?indic_nrg .
FILTER (?indic_nrg in (indic_nrg:B_101931, indic_nrg:B_101932))
{
_:nrg_100a sdmx-dimension:refArea ?geo .
FILTER (?geo in (geo:BG, geo:CY, geo:CZ, geo:EE, geo:HR, geo:HU, geo:LT, geo:LV,
geo:MT, geo:PL, geo:RO, geo:SI, geo:SK))
_:nrg_100a sdmx-measure:obsValue ?EU13 .
} UNION {
_:nrg_100a sdmx-dimension:refArea ?geo .
FILTER (?geo in (geo:AT, geo:BE, geo:DE, geo:FI, geo:FR, geo:DK, geo:EL,
geo:IE, geo:IT, geo:LU, geo:NL, geo:PT, geo:ES, geo:SE, geo:UK))
_:nrg_100a sdmx-measure:obsValue ?EU15 .
} UNION {
_:nrg_100a sdmx-dimension:refArea ?geo .
_:nrg_100a sdmx-measure:obsValue ?EEA33 .
FILTER (?geo in (geo:EU28, geo:LI, geo:NO, geo:CH, geo:TR, geo:IS))
}
}
}
?geo skos:notation ?ugeo .
}
GROUP BY ?date
}}
For references, please go to https://www.eea.europa.eu/data-and-maps/daviz/sds/change-in-final-energy-consumption-4 or scan the QR code.
PDF generated on 08 Dec 2024, 11:14 PM
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