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 171 rows in 0.054 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 property: <http://rdfdata.eionet.europa.eu/eurostat/property#>
PREFIX unit: <http://dd.eionet.europa.eu/vocabulary/eurostat/unit/>
PREFIX geo: <http://dd.eionet.europa.eu/vocabulary/eurostat/geo/>
SELECT DISTINCT
year(?date ) as ?date
bif:either(?geo = geo:DE, 'Germany', ?ugeo) as ?geo
?wst_oper_label as ?wst_oper
?hazard_label as ?hazard
#?waste_label as ?waste
sum(?obsValue) as ?obsValue
WHERE {{
GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/env_wastrt.rdf.gz> {
{
_:env_wastrt sdmx-dimension:timePeriod ?date .
_:env_wastrt property:hazard ?hazard .
_:env_wastrt property:waste ?waste .
_:env_wastrt sdmx-dimension:refArea ?geo .
_:env_wastrt property:wst_oper ?wst_oper .
_:env_wastrt sdmx-attribute:unitMeasure unit:T .
_:env_wastrt sdmx-measure:obsValue ?obsValue .
}
}
}
?geo rdfs:label ?ugeo .
?wst_oper rdfs:label ?wst_oper_label .
?hazard rdfs:label ?hazard_label .
# ?waste rdfs:label ?waste_label .
FILTER (?geo in (geo:EU28))
FILTER (year(?date) > 2003)
}
ORDER BY ?date ?ugeo
For references, please go to https://www.eea.europa.eu/data-and-maps/daviz/sds/treatment-of-waste-by-waste or scan the QR code.
PDF generated on 11 Apr 2025, 09:59 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