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 4 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 property: <http://rdfdata.eionet.europa.eu/eurostat/property#>
PREFIX wst_oper: <http://dd.eionet.europa.eu/vocabulary/eurostat/wst_oper/>
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
?label
round((sum(?RCV_R)/sum(?TRT))*1000)/10.0 as ?share
WHERE {{
GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/env_wasoper.rdf.gz>
{
{SELECT 'Waste excluding major mineral waste' as ?label {}}
_:env_wasoper sdmx-dimension:timePeriod ?date .
_:env_wasoper sdmx-dimension:refArea geo:EU28 .
_:env_wasoper sdmx-attribute:unitMeasure unit:T .
{
_:env_wasoper property:wst_oper wst_oper:RCV_R .
_:env_wasoper sdmx-measure:obsValue ?RCV_R .
} UNION {
_:env_wasoper property:wst_oper wst_oper:TRT .
_:env_wasoper sdmx-measure:obsValue ?TRT .
}
FILTER (year(?date) >= 2010)
}
}}
For references, please go to https://eea.europa.eu./data-and-maps/daviz/sds/waste-excl-major-mineral-wastes-recycling-1 or scan the QR code.
PDF generated on 23 Nov 2024, 12:34 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