Data table via SPARQL
MSW generation per capita
Download this dataset
Dataset preview
(Live Query)
Received 720 rows in 0.011 seconds.
https://www.eea.europa.eu/data-and-maps/daviz/sds/msw-generation-per-capita/daviz.json
For system integrators
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.
http://semantic.eea.europa.eu/sparql
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 wst: <http://dd.eionet.europa.eu/vocabulary/eurostat/wst_oper/>
PREFIX geo: <http://dd.eionet.europa.eu/vocabulary/eurostat/geo/>
SELECT
year(?date) as ?date
bif:either(?geo = geo:DE, "Germany", ?ugeo) as ?ugeo
sum(?obsValue) as ?obsValue
WHERE {
GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/env_wasmun.rdf.gz>
{
_:env_wasmun sdmx-dimension:timePeriod ?date .
_:env_wasmun sdmx-dimension:refArea ?geo .
_:env_wasmun sdmx-attribute:unitMeasure unit:KG_HAB .
_:env_wasmun property:wst_oper wst:GEN .
_:env_wasmun sdmx-measure:obsValue ?obsValue .
}
?geo rdfs:label ?ugeo .
}
GROUP BY ?date ?ugeo ?geo
ORDER BY ?date ?ugeo
Permalinks
- Permalink to this version
- 4eff7441d17742a0afde5bc8b45f0788
- Permalink to latest version
- 2D4FQOA70C
Geographic coverage
Temporal coverage
For references, please go to https://www.eea.europa.eu/data-and-maps/daviz/sds/msw-generation-per-capita or scan the QR code.
PDF generated on 19 May 2022, 04:44 AM
Document Actions
Share with others