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 5 rows in 0.022 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 rdf-schema: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX geo: <http://dd.eionet.europa.eu/vocabulary/eurostat/geo/>
PREFIX unit: <http://dd.eionet.europa.eu/vocabulary/eurostat/unit/>
PREFIX waste: <http://dd.eionet.europa.eu/vocabulary/eurostat/waste/>
PREFIX hazard: <http://dd.eionet.europa.eu/vocabulary/eurostat/hazard/>
PREFIX nace_r2: <http://dd.eionet.europa.eu/vocabulary/eurostat/nace_r2/>
SELECT DISTINCT
year(?date) as ?date
#sum(?wasgen_c) as ?wasgen_c
#sum(?wasgen_G_U_X_G4677) as ?wasgen_G_U_X_G4677
#sum(?wasgen_c_idx) as ?wasgen_c_idx
#sum(?wasgen_G_U_X_G4677_idx) as ?wasgen_G_U_X_G4677_idx
round(( sum(?wasgen_c) / sum(?wasgen_c_idx) )*1000)/10.0 as ?manufacturing_waste
round(( sum(?wasgen_G_U_X_G4677) / sum(?wasgen_G_U_X_G4677_idx) )*1000)/10.0 as ?services_waste
WHERE {{
GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/env_wasgen.rdf.gz>
{{
_:env_wasgen sdmx-dimension:timePeriod ?date . FILTER (year(?date) in (2004, 2006, 2008, 2010, 2012))
_:env_wasgen sdmx-dimension:refArea ?geo . FILTER (?geo in (geo:EU27, geo:HR, geo:NO))
_:env_wasgen property:hazard hazard:TOTAL .
_:env_wasgen sdmx-attribute:unitMeasure unit:T .
_:env_wasgen property:waste waste:TOT_X_MIN .
{
_:env_wasgen property:nace_r2 ?nace_r2 . FILTER (regex(?nace_r2, 'C'))
_:env_wasgen sdmx-measure:obsValue ?wasgen_c .
} UNION {
_:env_wasgen property:nace_r2 ?nace_r2 . FILTER (?nace_r2 = nace_r2:G-U_X_G4677)
_:env_wasgen sdmx-measure:obsValue ?wasgen_G_U_X_G4677 .
}
_:env_wasgen_idx sdmx-dimension:timePeriod ?date_idx . FILTER (year(?date_idx) in (2004))
_:env_wasgen_idx sdmx-dimension:refArea ?geo . FILTER (?geo in (geo:EU27, geo:HR, geo:NO))
_:env_wasgen_idx property:hazard hazard:TOTAL .
_:env_wasgen_idx sdmx-attribute:unitMeasure unit:T .
_:env_wasgen_idx property:waste waste:TOT_X_MIN .
{
_:env_wasgen_idx property:nace_r2 ?nace_r2 . FILTER (regex(?nace_r2, 'C'))
_:env_wasgen_idx sdmx-measure:obsValue ?wasgen_c_idx .
} UNION {
_:env_wasgen_idx property:nace_r2 ?nace_r2 . FILTER (?nace_r2 = nace_r2:G-U_X_G4677)
_:env_wasgen_idx sdmx-measure:obsValue ?wasgen_G_U_X_G4677_idx .
}
}}
}}
GROUP BY ?date
ORDER BY ?date
For references, please go to https://www.eea.europa.eu/data-and-maps/daviz/sds/manufacturing-service-waste-excluding-major-mineral-wastes or scan the QR code.
PDF generated on 14 Nov 2024, 09:23 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