next
previous
items

Data table via SPARQL

GHG 2013 and 2020 ESD targets

Data table via SPARQL Published 26 May 2014 Last modified 26 Aug 2017
This is an old version, kept for reference only.

Go to latest version
This page was archived on 26 Aug 2017 with reason: A new version has been published

Download this dataset

Dataset preview

(Live Query)

geo year value
"AT" "2013 target" "53.59"^^<http://www.w3.org/2001/XMLSchema#decimal>
"BE" "2013 target" "81.2"^^<http://www.w3.org/2001/XMLSchema#decimal>
"BG" "2013 target" "27.3"^^<http://www.w3.org/2001/XMLSchema#decimal>
"CY" "2013 target" "5.55"^^<http://www.w3.org/2001/XMLSchema#decimal>
"CZ" "2013 target" "63.56"^^<http://www.w3.org/2001/XMLSchema#decimal>
"DE" "2013 target" "487.09"^^<http://www.w3.org/2001/XMLSchema#decimal>
"DK" "2013 target" "35.87"^^<http://www.w3.org/2001/XMLSchema#decimal>
"EE" "2013 target" "6.11"^^<http://www.w3.org/2001/XMLSchema#decimal>
"ES" "2013 target" "228.88"^^<http://www.w3.org/2001/XMLSchema#decimal>
"FI" "2013 target" "32.73"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 56 rows in 0.001 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/ghg-2013-and-2020-esd-targets/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 annual_emission: <http://semantic.eea.europa.eu/project/indicators/gap_filling_data/annual_emission_allocation_05_2014_scope2.tsv#>

SELECT 
?geo
bif:either(?year = 2013, '2013 target', '2020 target') as ?year
(round(?value/10000))/100.0 as ?value
FROM <http://semantic.eea.europa.eu/project/indicators/gap_filling_data/annual_emission_allocation_05_2014_scope2.tsv>
WHERE {
 _:annual_emission annual_emission:geo ?geo .
 _:annual_emission annual_emission:year ?year . FILTER (?year in (2013, 2020))
 _:annual_emission annual_emission:value ?value .
}
ORDER BY ?year ?geo


Permalinks

Document Actions