Data table via SPARQL
Environment taxes by type as share of GDP, EU
Go to latest version
Download this dataset
Dataset preview
(Live Query)
Received 39 rows in 0.028 seconds.
https://www.eea.europa.eu/data-and-maps/daviz/sds/environment-taxes-by-type-as/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.
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
- Permalink to this version
- 29a0f4c32f474b048827b35f9a3d6d17
- Permalink to latest version
- B3RGEP9126
Geographic coverage
Temporal coverage
For references, please go to https://www.eea.europa.eu/data-and-maps/daviz/sds/environment-taxes-by-type-as or scan the QR code.
PDF generated on 31 Jan 2023, 03:53 PM
Document Actions
Share with others