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 94 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 property: <http://rdfdata.eionet.europa.eu/eurostat/property#>
PREFIX rdf-schema: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX indic_nv: <http://dd.eionet.europa.eu/vocabulary/eurostat/indic_nv/>
PREFIX unit: <http://rdfdata.eionet.europa.eu/eurostat/dic/unit#>
PREFIX geo: <http://rdfdata.eionet.europa.eu/eurostat/dic/geo#>
PREFIX material: <http://dd.eionet.europa.eu/vocabulary/eurostat/material/>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
SELECT DISTINCT
year(?date) as ?date
?sector_name
round(sum(?obsvalue)/1000) as ?obsvalue
WHERE {
{
GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/env_ac_mfa.rdf.gz>
{
_:env_ac_mfa property:geo geo:EU27 .
_:env_ac_mfa sdmx-dimension:timePeriod ?date . FILTER (year(?date) >= 2000)
_:env_ac_mfa property:unit unit:THS_T .
_:env_ac_mfa property:material material:TOTAL .
_:env_ac_mfa property:indic_nv ?indic_nv .
FILTER (?indic_nv in (indic_nv:EXP_XEU27, indic_nv:IMP_XEU27, indic_nv:DMC))
_:env_ac_mfa sdmx-measure:obsValue ?obsvalue .
}
} UNION {
{
GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/env_ac_rme.rdf.gz>
{
_:env_ac_rme property:geo geo:EU27 .
_:env_ac_rme sdmx-dimension:timePeriod ?date . FILTER (year(?date) >= 2000)
_:env_ac_rme property:unit unit:THS_T .
_:env_ac_rme property:material material:TOTAL .
_:env_ac_rme property:indic_nv ?indic_nv .
FILTER (?indic_nv in (indic_nv:EXP_RME, indic_nv:IMP_RME, indic_nv:DEU, indic_nv:RMC))
_:env_ac_rme sdmx-measure:obsValue ?obsvalue .
}
}
}
?indic_nv skos:prefLabel ?sector_name .
}
GROUP BY ?sector_name ?date
ORDER BY ?date
For references, please go to https://eea.europa.eu./data-and-maps/daviz/sds/presents-domestic-material-consumption-and or scan the QR code.
PDF generated on 23 Nov 2024, 03:35 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