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 31 rows in 0.002 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 sdmx-attribute: <http://purl.org/linked-data/sdmx/2009/attribute#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX property: <http://rdfdata.eionet.europa.eu/eurostat/property#>
PREFIX wst_oper: <http://dd.eionet.europa.eu/vocabulary/eurostat/wst_oper/>
PREFIX waste: <http://dd.eionet.europa.eu/vocabulary/eurostat/waste/>
PREFIX unit: <http://dd.eionet.europa.eu/vocabulary/eurostat/unit/>
PREFIX geo: <http://dd.eionet.europa.eu/vocabulary/eurostat/geo/>
SELECT
bif:either(?geo = geo:DE, 'Germany', ?ugeo) as ?country
sum(xsd:double(?v2006)) as ?collected_from_private_households_2006
sum(xsd:double(?v2008)) as ?collected_from_private_households_2008
sum(xsd:double(?v2010)) as ?collected_from_private_households_2010
sum(xsd:double(?v2012)) as ?collected_from_private_households_2012
4 as ?collection_target
WHERE {
GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/env_waselee.rdf.gz> {
_:env_waselee sdmx-attribute:unitMeasure unit:KG_HAB .
_:env_waselee property:waste waste:TOTAL .
_:env_waselee sdmx-dimension:refArea ?geo .
_:env_waselee property:wst_oper wst_oper:COL_HH .
{
_:env_waselee sdmx-measure:obsValue ?v2006 .
_:env_waselee sdmx-dimension:timePeriod ?date . FILTER (year(?date) = 2006)
} UNION {
_:env_waselee sdmx-measure:obsValue ?v2008 .
_:env_waselee sdmx-dimension:timePeriod ?date . FILTER (year(?date) = 2008)
} UNION {
_:env_waselee sdmx-measure:obsValue ?v2010 .
_:env_waselee sdmx-dimension:timePeriod ?date . FILTER (year(?date) = 2010)
} UNION {
_:env_waselee sdmx-measure:obsValue ?v2012 .
_:env_waselee sdmx-dimension:timePeriod ?date . FILTER (year(?date) = 2012)
}
}
#?geo skos:prefLabel ?country .
?geo rdfs:label ?ugeo .
} group by ?ugeo ?geo order by ?geo
For references, please go to https://eea.europa.eu./data-and-maps/daviz/sds/waste003-trend-in-the-amount-1 or scan the QR code.
PDF generated on 23 Nov 2024, 02:56 PM
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