next
previous
items

Data table via SPARQL

GHG 2014 and 2020 ESD targets

Data table via SPARQL Published 15 Jun 2016 Last modified 27 Oct 2016

Download this dataset

Dataset preview

(Live Query)

ugeo 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-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



http://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
bif:either(?year = 2014, '2014 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 (2014, 2020))
   _:annual_emission annual_emission:value ?value .
  } 
  ?geo rdf-schema:label ?ugeo .
 }
}


Permalinks

Document Actions