next
previous
items

Data table via SPARQL

Shares of environment and labour taxes in total tax revenues from taxes and social contributions in the EU

Data table via SPARQL Published 05 Jun 2017 Last modified 08 Nov 2017
30 min read
This is an old version, kept for reference only.

Go to latest version

Download this dataset

Dataset preview

(Live Query)

date taxLabel obsValue
"2002"^^<http://www.w3.org/2001/XMLSchema#int> "Environment" "6.81"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2003"^^<http://www.w3.org/2001/XMLSchema#int> "Environment" "6.85"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2004"^^<http://www.w3.org/2001/XMLSchema#int> "Environment" "6.82"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2005"^^<http://www.w3.org/2001/XMLSchema#int> "Environment" "6.63"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2006"^^<http://www.w3.org/2001/XMLSchema#int> "Environment" "6.38"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2007"^^<http://www.w3.org/2001/XMLSchema#int> "Environment" "6.17"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2008"^^<http://www.w3.org/2001/XMLSchema#int> "Environment" "6.02"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2009"^^<http://www.w3.org/2001/XMLSchema#int> "Environment" "6.34"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2010"^^<http://www.w3.org/2001/XMLSchema#int> "Environment" "6.37"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2011"^^<http://www.w3.org/2001/XMLSchema#int> "Environment" "6.38"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 28 rows in 0.001 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/shares-of-environment-and-labour/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 qb: <http://purl.org/linked-data/cube#> 
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 skos: <http://www.w3.org/2004/02/skos/core#> 
PREFIX property: <http://rdfdata.eionet.europa.eu/eurostat/property#> 
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 
year(?date) as ?date
bif:either(?tax = tax:LAB, 'Labour', 'Environment') as ?taxLabel 
?obsValue
 
WHERE {{
    GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/tsdgo410.rdf.gz>  {{
      _:tsdgo410 sdmx-dimension:timePeriod ?date . 
      _:tsdgo410 property:tax ?tax . 
      _:tsdgo410 sdmx-dimension:refArea geo:EU28 . 
      _:tsdgo410 sdmx-attribute:unitMeasure unit:PC . 
      _:tsdgo410 sdmx-measure:obsValue ?obsValue 

    #gap filling
    } UNION {
      { SELECT xsd:date('2013-01-01') as ?date tax:LAB as ?tax 50.6 as ?obsValue {} }
    } UNION {
      { SELECT xsd:date('2014-01-01') as ?date tax:LAB as ?tax 50.3 as ?obsValue {} } 
    } UNION {
      { SELECT xsd:date('2015-01-01') as ?date tax:LAB as ?tax 49.7 as ?obsValue {} } 
    }}
}}


Permalinks

Geographic coverage

Temporal coverage

Topics

Tags

Document Actions