next
previous
items

Data table via SPARQL

Final energy consumption households per capita

Data table via SPARQL Published 17 May 2018 Last modified 24 Jun 2020
39 min read
This is an old version, kept for reference only.

Go to latest version
Topics:

Download this dataset

Dataset preview

(Live Query)

date ugeo index demo_gind tsdpc320
"2005"^^<http://www.w3.org/2001/XMLSchema#int> "Italy" "0.59"^^<http://www.w3.org/2001/XMLSchema#decimal> "57969484"^^<http://www.w3.org/2001/XMLSchema#decimal> "33922"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2016"^^<http://www.w3.org/2001/XMLSchema#int> "Sweden" "0.75"^^<http://www.w3.org/2001/XMLSchema#decimal> "9923085"^^<http://www.w3.org/2001/XMLSchema#decimal> "7462"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2016"^^<http://www.w3.org/2001/XMLSchema#int> "Former Yugoslav Republic of Macedonia, the" "0.24"^^<http://www.w3.org/2001/XMLSchema#decimal> "2072490"^^<http://www.w3.org/2001/XMLSchema#decimal> "493"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2005"^^<http://www.w3.org/2001/XMLSchema#int> "Czech Republic" "0.65"^^<http://www.w3.org/2001/XMLSchema#decimal> "10211216"^^<http://www.w3.org/2001/XMLSchema#decimal> "6649"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2005"^^<http://www.w3.org/2001/XMLSchema#int> "Kosovo (under United Nations Security Council Resolution 1244/99)" "0.17"^^<http://www.w3.org/2001/XMLSchema#decimal> "2070500"^^<http://www.w3.org/2001/XMLSchema#decimal> "345"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2016"^^<http://www.w3.org/2001/XMLSchema#int> "Iceland" "1.42"^^<http://www.w3.org/2001/XMLSchema#decimal> "335439"^^<http://www.w3.org/2001/XMLSchema#decimal> "475"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2005"^^<http://www.w3.org/2001/XMLSchema#int> "France" "0.68"^^<http://www.w3.org/2001/XMLSchema#decimal> "63001253"^^<http://www.w3.org/2001/XMLSchema#decimal> "42923"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2005"^^<http://www.w3.org/2001/XMLSchema#int> "Bulgaria" "0.28"^^<http://www.w3.org/2001/XMLSchema#decimal> "7658972"^^<http://www.w3.org/2001/XMLSchema#decimal> "2117"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2016"^^<http://www.w3.org/2001/XMLSchema#int> "France" "0.6"^^<http://www.w3.org/2001/XMLSchema#decimal> "66892205"^^<http://www.w3.org/2001/XMLSchema#decimal> "39833"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2005"^^<http://www.w3.org/2001/XMLSchema#int> "Sweden" "0.81"^^<http://www.w3.org/2001/XMLSchema#decimal> "9029572"^^<http://www.w3.org/2001/XMLSchema#decimal> "7305"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 75 rows in 0.117 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/final-energy-consumption-households-per-capita-1/daviz.json

For system integrators

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.

Are you new to Linked Data technology? visit http://linkeddata.org



http://semantic.eea.europa.eu/sparql

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 indic_de: <http://dd.eionet.europa.eu/vocabulary/eurostat/indic_de/>
PREFIX unit: <http://dd.eionet.europa.eu/vocabulary/eurostat/unit/>

SELECT 
year(?date) as ?date
bif:either(?geo = geo:DE, 'Germany', ?ugeo) as ?ugeo
round(((sum(?tsdpc320)*1000)/sum(?demo_gind))*100)/100.0 as ?index
sum(?demo_gind) as ?demo_gind
sum(?tsdpc320) as ?tsdpc320
WHERE {
{

  GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/demo_gind.rdf.gz> 
    {
    _:demo_gind sdmx-dimension:timePeriod ?date .
    _:demo_gind sdmx-dimension:refArea ?geo .
    _:demo_gind property:indic_de indic_de:AVG .
    _:demo_gind sdmx-measure:obsValue ?demo_gind .
    }
} UNION {
  GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/tsdpc320.rdf.gz>
    {
    _:tsdpc320 sdmx-dimension:timePeriod ?date .
    _:tsdpc320 property:indic_nrg indic_nrg:B_102010 .
    _:tsdpc320 sdmx-dimension:refArea ?geo .
    _:tsdpc320 property:product product:0000 .
    _:tsdpc320 sdmx-attribute:unitMeasure unit:KTOE .
    _:tsdpc320 sdmx-measure:obsValue ?tsdpc320 .
    } 
 } 
?geo rdfs:label ?ugeo .
FILTER (year(?date) in (2005, 2016))
} GROUP BY year(?date) ?geo ?ugeo
HAVING (sum(?tsdpc320)/sum(?demo_gind) > 0)


Permalinks

Geographic coverage

Temporal coverage

Topics

Topics:

Tags

Filed under:
Filed under: household consumption
Document Actions