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 28 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 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 wo: <http://rdfdata.eionet.europa.eu/eurostat/dic/wst_oper#>
PREFIX w: <http://rdfdata.eionet.europa.eu/eurostat/dic/waste#>
PREFIX u: <http://rdfdata.eionet.europa.eu/eurostat/dic/unit#>
SELECT
?geo 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
4 as ?collection_target
WHERE {
GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/env_waselee.rdf.gz> {
_:env_waselee sdmx-attribute:unitMeasure u:KG_HAB .
_:env_waselee property:waste w:TOTAL .
_:env_waselee property:geo ?ugeo .
_:env_waselee property:wst_oper wo:COL_HH .
{
_:env_waselee sdmx-measure:obsValue ?v2006 .
_:env_waselee sdmx-dimension:timePeriod ?date . FILTER (?date = "2006-01-01"^^xsd:date)
} UNION {
_:env_waselee sdmx-measure:obsValue ?v2008 .
_:env_waselee sdmx-dimension:timePeriod ?date . FILTER (?date = "2008-01-01"^^xsd:date)
} UNION {
_:env_waselee sdmx-measure:obsValue ?v2010 .
_:env_waselee sdmx-dimension:timePeriod ?date . FILTER (?date = "2010-01-01"^^xsd:date)
}
}
?ugeo skos:prefLabel ?country .
?ugeo skos:notation ?geo .
} 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 or scan the QR code.
PDF generated on 23 Nov 2024, 12:28 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