next
previous
items

Data table via SPARQL

EPE by specialised producers and public sector, split by environmental domain, EU-28

Data table via SPARQL Published 23 Aug 2018 Last modified 24 Jun 2020
Topics:

Download this dataset

Dataset preview

(Live Query)

date waste wastewater air other
"2006"^^<http://www.w3.org/2001/XMLSchema#int> "101.7"^^<http://www.w3.org/2001/XMLSchema#decimal> "49.1"^^<http://www.w3.org/2001/XMLSchema#decimal> "4.3"^^<http://www.w3.org/2001/XMLSchema#decimal> "31.3"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2007"^^<http://www.w3.org/2001/XMLSchema#int> "101.7"^^<http://www.w3.org/2001/XMLSchema#decimal> "49.7"^^<http://www.w3.org/2001/XMLSchema#decimal> "4.2"^^<http://www.w3.org/2001/XMLSchema#decimal> "31"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2008"^^<http://www.w3.org/2001/XMLSchema#int> "103.3"^^<http://www.w3.org/2001/XMLSchema#decimal> "51"^^<http://www.w3.org/2001/XMLSchema#decimal> "4.3"^^<http://www.w3.org/2001/XMLSchema#decimal> "31.8"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2009"^^<http://www.w3.org/2001/XMLSchema#int> "105.2"^^<http://www.w3.org/2001/XMLSchema#decimal> "53.5"^^<http://www.w3.org/2001/XMLSchema#decimal> "4.3"^^<http://www.w3.org/2001/XMLSchema#decimal> "32.7"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2010"^^<http://www.w3.org/2001/XMLSchema#int> "111.2"^^<http://www.w3.org/2001/XMLSchema#decimal> "53.5"^^<http://www.w3.org/2001/XMLSchema#decimal> "4.3"^^<http://www.w3.org/2001/XMLSchema#decimal> "31.6"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2011"^^<http://www.w3.org/2001/XMLSchema#int> "113.4"^^<http://www.w3.org/2001/XMLSchema#decimal> "54.9"^^<http://www.w3.org/2001/XMLSchema#decimal> "4.3"^^<http://www.w3.org/2001/XMLSchema#decimal> "32.3"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2012"^^<http://www.w3.org/2001/XMLSchema#int> "114.2"^^<http://www.w3.org/2001/XMLSchema#decimal> "55.6"^^<http://www.w3.org/2001/XMLSchema#decimal> "4"^^<http://www.w3.org/2001/XMLSchema#decimal> "31.9"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2013"^^<http://www.w3.org/2001/XMLSchema#int> "114.1"^^<http://www.w3.org/2001/XMLSchema#decimal> "55.6"^^<http://www.w3.org/2001/XMLSchema#decimal> "4.1"^^<http://www.w3.org/2001/XMLSchema#decimal> "31.7"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2014"^^<http://www.w3.org/2001/XMLSchema#int> "119.7"^^<http://www.w3.org/2001/XMLSchema#decimal> "55.6"^^<http://www.w3.org/2001/XMLSchema#decimal> "4.1"^^<http://www.w3.org/2001/XMLSchema#decimal> "33.1"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2015"^^<http://www.w3.org/2001/XMLSchema#int> "117.9"^^<http://www.w3.org/2001/XMLSchema#decimal> "56"^^<http://www.w3.org/2001/XMLSchema#decimal> "3.9"^^<http://www.w3.org/2001/XMLSchema#decimal> "33.4"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 12 rows in 0.034 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/epe-by-specialised-producers-and-2/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 ceparema: <http://dd.eionet.europa.eu/vocabulary/eurostat/ceparema/>
PREFIX env_econ: <http://dd.eionet.europa.eu/vocabulary/eurostat/env_econ/>
PREFIX nace_r2: <http://dd.eionet.europa.eu/vocabulary/eurostat/nace_r2/>
PREFIX na_item: <http://dd.eionet.europa.eu/vocabulary/eurostat/na_item/>

SELECT
?date
round(?waste/?PD10_EUR*1000)/10.0 as ?waste
round(?wastewater/?PD10_EUR*1000)/10.0 as ?wastewater
round(?air/?PD10_EUR*1000)/10.0 as ?air
round(?other/?PD10_EUR*1000)/10.0 as ?other

{

  SELECT DISTINCT
    year(?date) as ?date
    (sum(?total) - (sum(?waste) + sum(?wastewater) + sum(?air))) as ?other
    sum(?waste) as ?waste
    sum(?wastewater) as ?wastewater
    sum(?air) as ?air
    sum(?total) as ?total
    

    sum(xsd:double(?PD10_EUR))*1000 as ?PD10_EUR
    #sum(?CLV10_MEUR) as ?CLV10_MEUR
  WHERE {
   {
    GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/env_ac_pepsgg.rdf.gz>
      {
        _:env_ac_pepsgg sdmx-dimension:timePeriod ?date .
        _:env_ac_pepsgg sdmx-dimension:refArea geo:EU28 .
        _:env_ac_pepsgg sdmx-attribute:unitMeasure unit:MIO_EUR .
        _:env_ac_pepsgg property:env_econ  env_econ:EPS_P1 .
        {
          _:env_ac_pepsgg property:ceparema ceparema:CEPA3 .
          _:env_ac_pepsgg sdmx-measure:obsValue ?waste .
        } UNION {
          _:env_ac_pepsgg property:ceparema ceparema:CEPA2 .
          _:env_ac_pepsgg sdmx-measure:obsValue ?wastewater .
        } UNION {
          _:env_ac_pepsgg property:ceparema ceparema:CEPA1_4_5_7 .
          _:env_ac_pepsgg sdmx-measure:obsValue ?air .
        } UNION {
          _:env_ac_pepsgg property:ceparema ceparema:TOT_CEPA .
          _:env_ac_pepsgg sdmx-measure:obsValue ?total .
        }

      } 
   } UNION {
    GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/env_ac_pepssp.rdf.gz>
      {
        _:env_ac_pepssp sdmx-dimension:timePeriod ?date .
        _:env_ac_pepssp sdmx-dimension:refArea geo:EU28 .
        _:env_ac_pepssp sdmx-attribute:unitMeasure unit:MIO_EUR .
        _:env_ac_pepssp property:env_econ  env_econ:EPS_P11 .
        {
          _:env_ac_pepssp property:ceparema ceparema:CEPA3 .
          _:env_ac_pepssp sdmx-measure:obsValue ?waste .
        } UNION {
          _:env_ac_pepssp property:ceparema ceparema:CEPA2 .
          _:env_ac_pepssp sdmx-measure:obsValue ?wastewater .
        } UNION {
          _:env_ac_pepssp property:ceparema ceparema:CEPA1_4_5_7 .
          _:env_ac_pepssp sdmx-measure:obsValue ?air .
        } UNION {
          _:env_ac_pepssp property:ceparema ceparema:TOT_CEPA .
          _:env_ac_pepssp sdmx-measure:obsValue ?total .
        }
      }      
   } UNION {
    GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/env_ac_pepsnsp.rdf.gz>
      {
        _:env_ac_pepsnsp sdmx-dimension:timePeriod ?date .
        _:env_ac_pepsnsp sdmx-dimension:refArea geo:EU28 .
        _:env_ac_pepsnsp sdmx-attribute:unitMeasure unit:MIO_EUR .
        _:env_ac_pepsnsp property:nace_r2 nace_r2:EP_BUS .
        _:env_ac_pepsnsp property:env_econ  env_econ:EPS_P1_ANCESA .        
        {
          _:env_ac_pepsnsp property:ceparema ceparema:CEPA3 .
          _:env_ac_pepsnsp sdmx-measure:obsValue ?waste .
        } UNION {
          _:env_ac_pepsnsp property:ceparema ceparema:CEPA2 .
          _:env_ac_pepsnsp sdmx-measure:obsValue ?wastewater .
        } UNION {
          _:env_ac_pepsnsp property:ceparema ceparema:CEPA1_4_5_7 .
          _:env_ac_pepsnsp sdmx-measure:obsValue ?air .
        } UNION {
          _:env_ac_pepsnsp property:ceparema ceparema:TOT_CEPA .
          _:env_ac_pepsnsp sdmx-measure:obsValue ?total .
        }
    
      } 
   } UNION {
    GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/nama_10_gdp.rdf.gz>
      {
        _:nama_10_gdp sdmx-dimension:timePeriod ?date . 
        _:nama_10_gdp property:na_item na_item:B1GQ . 
        _:nama_10_gdp sdmx-dimension:refArea geo:EU28 .
        _:nama_10_gdp sdmx-attribute:unitMeasure ?unit .
        {
          _:nama_10_gdp sdmx-attribute:unitMeasure unit:PD10_EUR .
          _:nama_10_gdp sdmx-measure:obsValue ?PD10_EUR .
        } UNION {
          _:nama_10_gdp sdmx-attribute:unitMeasure unit:CLV10_MEUR .
          _:nama_10_gdp sdmx-measure:obsValue ?CLV10_MEUR .
        }
      }
    }
    FILTER (year(?date) >= 2006)
  }
}


Permalinks

Geographic coverage

Temporal coverage

Topics

Topics:

Tags

Document Actions