next
previous
items

Data table via SPARQL

Trend in heating degree days

Data table via SPARQL Published 19 Sep 2013 Last modified 01 Feb 2016

Download this dataset

Dataset preview

(Live Query)

year heating_degree_days
"1980"^^<http://www.w3.org/2001/XMLSchema#int> "3616.055"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1981"^^<http://www.w3.org/2001/XMLSchema#int> "3429.01"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1982"^^<http://www.w3.org/2001/XMLSchema#int> "3280.365"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1983"^^<http://www.w3.org/2001/XMLSchema#int> "3254.153"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1984"^^<http://www.w3.org/2001/XMLSchema#int> "3395.567"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1985"^^<http://www.w3.org/2001/XMLSchema#int> "3664.079"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1986"^^<http://www.w3.org/2001/XMLSchema#int> "3495.545"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1987"^^<http://www.w3.org/2001/XMLSchema#int> "3623.357"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1988"^^<http://www.w3.org/2001/XMLSchema#int> "3275.561"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1989"^^<http://www.w3.org/2001/XMLSchema#int> "3015.365"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 30 rows in 0.044 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/trend-in-heating-degree-days/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



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 property: <http://rdfdata.eionet.europa.eu/eurostat/property#> 
PREFIX g: <http://rdfdata.eionet.europa.eu/eurostat/dic/geo#>
PREFIX indic_en: <http://rdfdata.eionet.europa.eu/eurostat/dic/indic_en#>

SELECT 
year(?date) as ?year 
?obsValue as ?heating_degree_days

WHERE { 
 GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/nrg_esdgr_a.rdf.gz> { 
        _:nrg_esdgr_a property:geo g:EU27 .
        _:nrg_esdgr_a property:geo ?ugeo .
        _:nrg_esdgr_a property:indic_en indic_en:ADD .
        _:nrg_esdgr_a sdmx-dimension:timePeriod ?date .
        _:nrg_esdgr_a sdmx-measure:obsValue ?obsValue .
  } 
} ORDER BY ?date


Permalinks

Geographic coverage

Topics

Document Actions