All official European Union website addresses are in the europa.eu domain.
See all EU institutions and bodiesDo something for our planet, print this page only if needed. Even a small action can make an enormous difference when millions of people do it!
Data table via SPARQL
Received 1 rows in 0.001 seconds.
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.
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 unit: <http://rdfdata.eionet.europa.eu/eurostat/dic/unit#>
PREFIX wst: <http://rdfdata.eionet.europa.eu/eurostat/dic/wst_oper#>
PREFIX geo: <http://rdfdata.eionet.europa.eu/eurostat/dic/geo#>
SELECT
?country
round(((50-(sum(?ratio_2012)/10))/8)*10)/10.0 as ?distance_target_2020
round((((sum(?ratio_2012)/10)-(sum(?ratio_2010)/10))/2)*10)/10.0 as ?yearly_increase_2010_2012
#note period 2008-2012 -> 4 years
round((((sum(?ratio_2012)/10)-(sum(?ratio_2006)/10))/4)*10)/10.0 as ?yearly_increase_2006_2012
{{
SELECT
?country
#no data for IS for 2006 and 2007 -> 2008
bif:either(year(?date) = 2008, (sum(?RCY)/sum(?GEN))*1000, 0) as ?ratio_2006
bif:either(year(?date) = 2010, (sum(?RCY)/sum(?GEN))*1000, 0) as ?ratio_2010
bif:either(year(?date) = 2012, (sum(?RCY)/sum(?GEN))*1000, 0) as ?ratio_2012
WHERE {
GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/env_wasmun.rdf.gz>
{
_:env_wasmun sdmx-dimension:timePeriod ?date . FILTER (year(?date) > 2000)
_:env_wasmun property:geo ?ugeo .
_:env_wasmun property:unit unit:1000T .
{
_:env_wasmun property:wst_oper wst:GEN .
_:env_wasmun sdmx-measure:obsValue ?GEN .
} UNION {
_:env_wasmun property:wst_oper ?wst_oper FILTER (?wst_oper in (wst:RCY_M, wst:RCY_OC)) .
_:env_wasmun sdmx-measure:obsValue ?RCY .
}
}
?ugeo rdfs:label ?country . FILTER (?ugeo = (geo:IS))
}
GROUP BY ?date ?country ?ugeo
}}
ORDER BY ?country
For references, please go to https://eea.europa.eu./data-and-maps/daviz/sds/iceland-average-annual-percentage-point or scan the QR code.
PDF generated on 23 Nov 2024, 11:50 AM
Engineered by: EEA Web Team
Software updated on 26 September 2023 08:13 from version 23.8.18
Software version: EEA Plone KGS 23.9.14
Document Actions
Share with others