next
previous
items

Data table via SPARQL

GHG 2013 and 2020 ESD targets

Data table via SPARQL Published 24 Oct 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
"Austria" "2020 ESD target" "48.8"^^<http://www.w3.org/2001/XMLSchema#decimal>
"Belgium" "2020 ESD target" "67.68"^^<http://www.w3.org/2001/XMLSchema#decimal>
"Bulgaria" "2020 ESD target" "28.8"^^<http://www.w3.org/2001/XMLSchema#decimal>
"Croatia" "2020 ESD target" "20.95"^^<http://www.w3.org/2001/XMLSchema#decimal>
"Cyprus" "2020 ESD target" "5.94"^^<http://www.w3.org/2001/XMLSchema#decimal>
"Czech Republic" "2020 ESD target" "67.65"^^<http://www.w3.org/2001/XMLSchema#decimal>
"Denmark" "2020 ESD target" "30.5"^^<http://www.w3.org/2001/XMLSchema#decimal>
"Estonia" "2020 ESD target" "6.47"^^<http://www.w3.org/2001/XMLSchema#decimal>
"Finland" "2020 ESD target" "28.36"^^<http://www.w3.org/2001/XMLSchema#decimal>
"France" "2020 ESD target" "359.29"^^<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-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



semantic.eea.europa.eu/sparql

PREFIX annual_emission: <http://semantic.eea.europa.eu/project/ghg_projections/ets_targets_2013_2020.tsv#>
PREFIX rdf-schema: <http://www.w3.org/2000/01/rdf-schema#>

SELECT 
?ugeo as ?geo
bif:either(?year = 2013, '2013 ESD target', '2020 ESD target') as ?year
(round(?value/10000))/100.0 as ?value
WHERE {
  { 

  GRAPH <http://semantic.eea.europa.eu/project/ghg_projections/ets_targets_2013_2020.tsv> 
  {
   _:annual_emission annual_emission:country_code ?geo .
   _:annual_emission annual_emission:year ?year . FILTER (?year in (2013, 2020))
   _:annual_emission annual_emission:value ?value .
  } 
  ?geo rdf-schema:label ?ugeo .
 }
}


Permalinks

Document Actions