Data table via SPARQL
CZ - Municipal waste generated per capita
Download this dataset
Dataset preview
(Live Query)
Received 2 rows in 0.001 seconds.
https://www.eea.europa.eu/data-and-maps/daviz/sds/cz-municipal-waste-generated-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 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/>
PREFIX wst: <http://dd.eionet.europa.eu/vocabulary/eurostat/wst_oper/>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX sdmx-attribute: <http://purl.org/linked-data/sdmx/2009/attribute#>
SELECT
#Gap fill for CZ as ESTAT data are not valid
?date
?country
?value
WHERE {{
GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/env_wasmun.rdf.gz> {
_:env_wasmun sdmx-dimension:refArea ?geo .
{
{ SELECT 2004 as ?date 455 as ?value {}}
} UNION {
{ SELECT 2014 as ?date 506 as ?value {}}
}
}}
?geo skos:prefLabel ?country .
?geo skos:notation ?ugeo .
FILTER (?ugeo = 'CZ')
}
GROUP BY ?country ?ugeo ?geo ?date
Permalinks
- Permalink to this version
- 6acd5bf37e5444169e49450103bfa886
- Permalink to latest version
- MU3IQPT6JZ
For references, please go to https://www.eea.europa.eu/data-and-maps/daviz/sds/cz-municipal-waste-generated-per-capita or scan the QR code.
PDF generated on 29 Jun 2022, 10:44 PM
Document Actions
Share with others