next
previous
items

Data table via SPARQL

Most resource-efficient economy in Europe

Data table via SPARQL Published 13 Mar 2014 Last modified 02 Feb 2016

Download this dataset

Dataset preview

(Live Query)

country date env_ac_mfa
"European Union (15 countries)" "2000"^^<http://www.w3.org/2001/XMLSchema#int> "1.53"^^<http://www.w3.org/2001/XMLSchema#decimal>
"European Union (15 countries)" "2001"^^<http://www.w3.org/2001/XMLSchema#int> "1.58"^^<http://www.w3.org/2001/XMLSchema#decimal>
"European Union (15 countries)" "2002"^^<http://www.w3.org/2001/XMLSchema#int> "1.61"^^<http://www.w3.org/2001/XMLSchema#decimal>
"European Union (15 countries)" "2003"^^<http://www.w3.org/2001/XMLSchema#int> "1.66"^^<http://www.w3.org/2001/XMLSchema#decimal>
"European Union (15 countries)" "2004"^^<http://www.w3.org/2001/XMLSchema#int> "1.63"^^<http://www.w3.org/2001/XMLSchema#decimal>
"European Union (15 countries)" "2005"^^<http://www.w3.org/2001/XMLSchema#int> "1.66"^^<http://www.w3.org/2001/XMLSchema#decimal>
"European Union (15 countries)" "2006"^^<http://www.w3.org/2001/XMLSchema#int> "1.67"^^<http://www.w3.org/2001/XMLSchema#decimal>
"European Union (15 countries)" "2007"^^<http://www.w3.org/2001/XMLSchema#int> "1.7"^^<http://www.w3.org/2001/XMLSchema#decimal>
"European Union (15 countries)" "2008"^^<http://www.w3.org/2001/XMLSchema#int> "1.79"^^<http://www.w3.org/2001/XMLSchema#decimal>
"European Union (15 countries)" "2009"^^<http://www.w3.org/2001/XMLSchema#int> "1.92"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 71 rows in 0.023 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/most-resource-efficient-economy-in-europe/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



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 property: <http://rdfdata.eionet.europa.eu/eurostat/property#> 
PREFIX rdf-schema: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX indic_nv: <http://rdfdata.eionet.europa.eu/eurostat/dic/indic_nv#>
PREFIX unit: <http://rdfdata.eionet.europa.eu/eurostat/dic/unit#>
PREFIX geo: <http://rdfdata.eionet.europa.eu/eurostat/dic/geo#>

SELECT 
?ugeo as ?country
year(?date) as ?date
?env_ac_mfa

WHERE {
{  
  GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/env_ac_mfa.rdf.gz> 
  {
  _:env_ac_mfa property:geo ?geo . FILTER (?geo in (geo:CH, geo:UK, geo:LU, geo:NL, geo:EU15, geo:EU27))
  _:env_ac_mfa sdmx-dimension:timePeriod ?date . FILTER (year(?date) >= 2000)
  _:env_ac_mfa sdmx-measure:obsValue ?env_ac_mfa  .
  _:env_ac_mfa property:material <http://dd.eionet.europa.eu/vocabulary/eurostat/material/TOTAL> .
  _:env_ac_mfa property:indic_nv indic_nv:RP_CLV05 .
  _:env_ac_mfa property:unit unit:EUR_CLV05_KG .
  } 
  ?geo rdf-schema:label ?ugeo .
 }
}

ORDER BY ?ugeo


Permalinks

Document Actions