All official European Union website addresses are in the europa.eu domain.
See all EU institutions and bodiesDo something for our planet, print this page only if needed. Even a small action can make an enormous difference when millions of people do it!
Data table via SPARQL
Received 42 rows in 0.005 seconds.
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.
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
For references, please go to https://eea.europa.eu./data-and-maps/daviz/sds/environment-taxes-by-type-as-1 or scan the QR code.
PDF generated on 13 Nov 2024, 10:22 AM
Engineered by: EEA Web Team
Software updated on 26 September 2023 08:13 from version 23.8.18
Software version: EEA Plone KGS 23.9.14
Document Actions
Share with others