next
previous
items

Data table via SPARQL

Environment taxes by type as share of GDP, EU

Data table via SPARQL Published 05 Apr 2018 Last modified 24 Jun 2020

Download this dataset

Dataset preview

(Live Query)

date taxLabel obsValue
"2003"^^<http://www.w3.org/2001/XMLSchema#int> "Energy taxes" "1.98"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2004"^^<http://www.w3.org/2001/XMLSchema#int> "Energy taxes" "1.94"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2005"^^<http://www.w3.org/2001/XMLSchema#int> "Energy taxes" "1.88"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2006"^^<http://www.w3.org/2001/XMLSchema#int> "Energy taxes" "1.81"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2007"^^<http://www.w3.org/2001/XMLSchema#int> "Energy taxes" "1.73"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2008"^^<http://www.w3.org/2001/XMLSchema#int> "Energy taxes" "1.69"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2009"^^<http://www.w3.org/2001/XMLSchema#int> "Energy taxes" "1.79"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2010"^^<http://www.w3.org/2001/XMLSchema#int> "Energy taxes" "1.8"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2011"^^<http://www.w3.org/2001/XMLSchema#int> "Energy taxes" "1.83"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2012"^^<http://www.w3.org/2001/XMLSchema#int> "Energy taxes" "1.86"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 42 rows in 0.001 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/environment-taxes-by-type-as-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



http://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 sdmx-attribute: <http://purl.org/linked-data/sdmx/2009/attribute#> 
PREFIX property: <http://rdfdata.eionet.europa.eu/eurostat/property#> 
PREFIX unit: <http://dd.eionet.europa.eu/vocabulary/eurostat/unit/>
PREFIX geo: <http://dd.eionet.europa.eu/vocabulary/eurostat/geo/>
PREFIX tax: <http://dd.eionet.europa.eu/vocabulary/eurostat/tax/>

SELECT DISTINCT
year(?date) as ?date
?taxLabel
?obsValue
WHERE { 
 GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/env_ac_tax.rdf.gz> {   
    _:env_ac_tax sdmx-dimension:timePeriod ?date .
    FILTER (year(?date) > 2002)
    _:env_ac_tax sdmx-dimension:refArea geo:EU28 .
    _:env_ac_tax sdmx-attribute:unitMeasure unit:PC_GDP .
    _:env_ac_tax property:tax ?tax .
    FILTER (?tax in (tax:TRA, tax:POL_RES, tax:NRG))
    _:env_ac_tax sdmx-measure:obsValue ?obsValue
  }
  ?tax rdfs:label ?taxLabel .
}
ORDER BY ?taxLabel ?date


Permalinks

Geographic coverage

Temporal coverage

Topics

Document Actions