next
previous
items

Data table via SPARQL

Waste generation and decoupling - gdp

Data table via SPARQL Published 22 Jul 2019 Last modified 19 Nov 2019

Download this dataset

Dataset preview

(Live Query)

date ugeo label index
"2010"^^<http://www.w3.org/2001/XMLSchema#int> "European Union - 28 countries" "Gross Domestic Product" "100"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2011"^^<http://www.w3.org/2001/XMLSchema#int> "European Union - 28 countries" "Gross Domestic Product" "101.9"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2012"^^<http://www.w3.org/2001/XMLSchema#int> "European Union - 28 countries" "Gross Domestic Product" "101.6"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2013"^^<http://www.w3.org/2001/XMLSchema#int> "European Union - 28 countries" "Gross Domestic Product" "102"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2014"^^<http://www.w3.org/2001/XMLSchema#int> "European Union - 28 countries" "Gross Domestic Product" "103.8"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2015"^^<http://www.w3.org/2001/XMLSchema#int> "European Union - 28 countries" "Gross Domestic Product" "106.1"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2016"^^<http://www.w3.org/2001/XMLSchema#int> "European Union - 28 countries" "Gross Domestic Product" "108.1"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2017"^^<http://www.w3.org/2001/XMLSchema#int> "European Union - 28 countries" "Gross Domestic Product" "111"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2018"^^<http://www.w3.org/2001/XMLSchema#int> "European Union - 28 countries" "Gross Domestic Product" "113.2"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 9 rows in 0.001 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/waste-generation-and-decoupling-gdp/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 rdf-schema: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX geo: <http://dd.eionet.europa.eu/vocabulary/eurostat/geo/> 
PREFIX unit: <http://dd.eionet.europa.eu/vocabulary/eurostat/unit/> 
PREFIX hazard: <http://dd.eionet.europa.eu/vocabulary/eurostat/hazard/>
PREFIX waste: <http://dd.eionet.europa.eu/vocabulary/eurostat/waste/>
PREFIX nace_r2: <http://dd.eionet.europa.eu/vocabulary/eurostat/nace_r2/>
PREFIX indic_de: <http://dd.eionet.europa.eu/vocabulary/eurostat/indic_de/> 
PREFIX na_item: <http://dd.eionet.europa.eu/vocabulary/eurostat/na_item/>

SELECT DISTINCT

year(?date) as ?date
?ugeo
'Gross Domestic Product' as ?label
round((sum(?obsValue)/sum(?obsValue_idx))*1000)/10.0 as ?index
  {{
    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:B1G .
        _:nama_10_gdp sdmx-dimension:refArea ?geo .
        _:nama_10_gdp sdmx-attribute:unitMeasure ?unit .
        _:nama_10_gdp sdmx-measure:obsValue ?obsValue .

        _:nama_10_gdp_idx sdmx-dimension:timePeriod ?date_idx .
        FILTER (year(?date_idx) = 2010)
        _:nama_10_gdp_idx property:na_item na_item:B1G .
        _:nama_10_gdp_idx sdmx-dimension:refArea ?geo .
        _:nama_10_gdp_idx sdmx-attribute:unitMeasure ?unit .
        _:nama_10_gdp_idx sdmx-measure:obsValue ?obsValue_idx .

        FILTER (?unit = unit:CLV10_MEUR)

      }
  }
  ?unit rdfs:label ?label .
  FILTER (year(?date) >= 2010)
  ?geo rdfs:label ?ugeo .
  FILTER (?geo = geo:EU28)
}
ORDER BY ?date


Permalinks

Geographic coverage

Temporal coverage

Tags

Filed under:
Filed under: population
Document Actions