Data table via SPARQL
Environment taxes by type as share of GDP, EU
Download this dataset
Dataset preview
(Live Query)
Received 42 rows in 0.039 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.
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
- 56e2900adaef442ca595dff2dc08f1ae
- Permalink to latest version
- B3RGEP9126
Older versions
Geographic coverage
Temporal coverage
For references, please go to https://www.eea.europa.eu/data-and-maps/daviz/sds/environment-taxes-by-type-as-1 or scan the QR code.
PDF generated on 04 Feb 2023, 10:54 PM
Document Actions
Share with others