next
previous
items

Data table via SPARQL

Meterial resources indexes

Data table via SPARQL Published 22 Aug 2016 Last modified 10 Nov 2017
30 min read
This is an old version, kept for reference only.

Go to latest version
This page was archived on 26 Aug 2017 with reason: A new version has been published

Download this dataset

Dataset preview

(Live Query)

date ugeo category index
"2000"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "DMC" "100"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2000"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "Resource productivity" "100"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2000"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "GDP" "100"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2001"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "GDP" "101.5"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2001"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "Resource productivity" "104.4"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2001"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "DMC" "97.1"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2002"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "GDP" "103.1"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2002"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "Resource productivity" "99"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2002"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "DMC" "104.1"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2003"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "DMC" "99.1"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 1592 rows in 0.024 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/meterial-resources-indexes/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 rdf-schema: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> 
PREFIX property: <http://rdfdata.eionet.europa.eu/eurostat/property#> 
PREFIX age: <http://dd.eionet.europa.eu/vocabulary/eurostat/age/>
PREFIX sex: <http://purl.org/linked-data/sdmx/2009/code#>
PREFIX geo: <http://dd.eionet.europa.eu/vocabulary/eurostat/geo/>
PREFIX material: <http://dd.eionet.europa.eu/vocabulary/eurostat/material/>
PREFIX indic_env: <http://dd.eionet.europa.eu/vocabulary/eurostat/indic_env/>
PREFIX na_item: <http://dd.eionet.europa.eu/vocabulary/eurostat/na_item/>
PREFIX common_countries: <http://dd.eionet.europa.eu/vocabulary/common/countries/>
PREFIX unit: <http://dd.eionet.europa.eu/vocabulary/eurostat/unit/>

SELECT 
year(?date) as ?date
bif:either(?geo = geo:DE, 'Germany', ?ugeo) as ?ugeo
?category
round((?obsValue /?obsValue_idx )*1000)/10.0 as ?index

WHERE {{
 {
  GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/env_ac_mfa.rdf.gz> 
    {
      { SELECT 'DMC' as ?category {} }
      _:env_ac_mfa sdmx-dimension:refArea ?geo .
      _:env_ac_mfa sdmx-dimension:timePeriod ?date . 
      _:env_ac_mfa property:material material:TOTAL .
      _:env_ac_mfa property:indic_env indic_env:DMC .
      _:env_ac_mfa sdmx-attribute:unitMeasure unit:THS_T .
      _:env_ac_mfa sdmx-measure:obsValue ?obsValue   .

      _:env_ac_mfa_idx sdmx-dimension:refArea ?geo . 
      _:env_ac_mfa_idx sdmx-dimension:timePeriod ?date_idx . 
      _:env_ac_mfa_idx property:material material:TOTAL .
      _:env_ac_mfa_idx property:indic_env indic_env:DMC .
      _:env_ac_mfa_idx sdmx-attribute:unitMeasure unit:THS_T .
      _:env_ac_mfa_idx sdmx-measure:obsValue ?obsValue_idx  .
  }} UNION {{
  GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/tsdpc100.rdf.gz>
    {
      { SELECT 'Resource productivity' as ?category {} }
      _:tsdpc100 sdmx-dimension:refArea ?geo .
     _:tsdpc100 sdmx-dimension:timePeriod ?date . 
      _:tsdpc100 sdmx-attribute:unitMeasure unit:EUR_KG_CLV10 .
      _:tsdpc100 sdmx-measure:obsValue ?obsValue .
    
      _:tsdpc100_idx sdmx-dimension:refArea ?geo .
      _:tsdpc100_idx sdmx-dimension:timePeriod ?date_idx . 
      _:tsdpc100_idx sdmx-attribute:unitMeasure unit:EUR_KG_CLV10 .
      _:tsdpc100_idx sdmx-measure:obsValue ?obsValue_idx .
  }} UNION {{
  GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/nama_10_gdp.rdf.gz>
    {
      { SELECT 'GDP' as ?category {} }
      _:nama_10_gdp sdmx-dimension:refArea ?geo .
      _:nama_10_gdp sdmx-dimension:timePeriod ?date .
      _:nama_10_gdp property:na_item na_item:B1G . 
      _:nama_10_gdp sdmx-attribute:unitMeasure unit:CLV10_MEUR . 
      _:nama_10_gdp sdmx-measure:obsValue ?obsValue . 

      _:nama_10_gdp_idx sdmx-dimension:refArea ?geo . 
      _:nama_10_gdp_idx sdmx-dimension:timePeriod ?date_idx . 
      _:nama_10_gdp_idx property:na_item na_item:B1G . 
      _:nama_10_gdp_idx sdmx-attribute:unitMeasure unit:CLV10_MEUR . 
      _:nama_10_gdp_idx sdmx-measure:obsValue ?obsValue_idx .
  }}
# }
}}
  FILTER (year(?date) >= 2000)
  FILTER (year(?date_idx) = 2000)
  ?geo rdfs:label ?ugeo .
  #?geo skos:exactMatch ?eeauri .
  #?eeauri skos:inScheme common_countries: .
  #?eeauri rdfs:label ?ugeo .

  FILTER (?geo != geo:EU27 &&?geo != geo:EA19 && ?geo != geo:EA && 
                 ?geo != geo:EA12 && ?geo != geo:EA17 && ?geo != geo:EA18 && 
                 ?geo != geo:EU15 && ?geo != geo:JP && ?geo != geo:MK && 
                 ?geo != geo:US && ?geo != geo:ME && ?geo != geo:AL && 
                 ?geo != geo:AD && ?geo != geo:AM && ?geo != geo:AZ && 
                 ?geo != geo:EA16 && ?geo != geo:EEA30 && ?geo != geo:EEA31 && 
                 ?geo != geo:EFTA  && ?geo != geo:ME && ?geo != geo:UA && 
                 ?geo != geo:RU && ?geo != geo:MD && ?geo != geo:DE_TOT && 
                 ?geo != geo:BY && ?geo != geo:BA && ?geo != geo:FX && 
                 ?geo != geo:GE && ?geo != geo:LI && ?geo != geo:IS)
}}
GROUP BY ?ugeo ?geo ?category
ORDER BY ?ugeo ?date


Permalinks

Geographic coverage

Temporal coverage

Tags

Document Actions