next
previous
items

Data table via SPARQL

Commission 2013 baseline with adopted measures of greenhouse gas trends and projections until 2050

Data table via SPARQL Published 09 Oct 2014 Last modified 19 Apr 2016

Download this dataset

Dataset preview

(Live Query)

date commission_2013_baseline
"2010" "4846.8"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2015" "4679.4"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2020" "4514.8"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2025" "4197.4"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2030" "3950.4"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 5 rows in 0.002 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/commission-2013-baseline-with-adopted/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 tableFile: <http://semantic.eea.europa.eu/project/ghg_projections/commission_2013_baseline_with_adopted_measures.tsv#>

SELECT 
?date
?emissions as ?commission_2013_baseline 
FROM <http://semantic.eea.europa.eu/project/ghg_projections/commission_2013_baseline_with_adopted_measures.tsv>
WHERE {
 _:rec tableFile:year ?date .
 _:rec tableFile:emissions ?emissions .
}
ORDER BY ?date


Permalinks

Document Actions