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 18 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 sdmx-attribute: <http://purl.org/linked-data/sdmx/2009/attribute#>
PREFIX property: <http://rdfdata.eionet.europa.eu/eurostat/property#>
PREFIX coicop: <http://rdfdata.eionet.europa.eu/eurostat/dic/coicop#>
PREFIX unit: <http://rdfdata.eionet.europa.eu/eurostat/dic/unit#>
PREFIX geo: <http://rdfdata.eionet.europa.eu/eurostat/dic/geo#>
PREFIX sex: <http://purl.org/linked-data/sdmx/2009/code#>
PREFIX age: <http://rdfdata.eionet.europa.eu/eurostat/dic/age#>
SELECT DISTINCT
year(?date) as ?date
'Total' as ?label
#round((sum(?nama_co3_k)/sum(?nama_co3_k_idx))*1000)/10.0 as ?index
round(( ( sum(?nama_co3_k)/sum(?demo_pjan) ) / ( sum(?nama_co3_k_idx)/sum(?demo_pjan_idx) ) )*1000)/10.0 as ?index
sum(?nama_co3_k) as ?nama_co3_k
sum(?nama_co3_k_idx) as ?nama_co3_k_idx
sum(?nama_co3_k)/sum(?demo_pjan) as ?pro_capita
sum(?nama_co3_k_idx)/sum(?demo_pjan_idx) as ?pro_capita_idx
sum(?demo_pjan) as ?demo_pjan
sum(?demo_pjan_idx) as ?demo_pjan_idx
WHERE {
{
GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/nama_co3_k.rdf.gz>
{
_:nama_co3_k sdmx-dimension:timePeriod ?date . FILTER (year(?date) >= 1996)
_:nama_co3_k sdmx-dimension:refArea geo:EU27 .
_:nama_co3_k property:coicop coicop:TOTAL .
_:nama_co3_k sdmx-attribute:unitMeasure unit:MIO_EUR_CLV2000 .
_:nama_co3_k sdmx-measure:obsValue ?nama_co3_k .
_:nama_co3_k_idx sdmx-dimension:timePeriod ?date_idx . FILTER (year(?date_idx) = 1996)
_:nama_co3_k_idx sdmx-dimension:refArea geo:EU27 .
_:nama_co3_k_idx property:coicop coicop:TOTAL .
_:nama_co3_k_idx sdmx-attribute:unitMeasure unit:MIO_EUR_CLV2000 .
_:nama_co3_k_idx sdmx-measure:obsValue ?nama_co3_k_idx .
}
} UNION {
GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/demo_pjan.rdf.gz>
{
_:demo_pjan sdmx-dimension:timePeriod ?date . FILTER (year(?date) >= 1996)
_:demo_pjan sdmx-dimension:refArea geo:EU27 .
_:demo_pjan sdmx-dimension:age age:TOTAL .
_:demo_pjan sdmx-dimension:sex sex:sex-T .
_:demo_pjan sdmx-measure:obsValue ?demo_pjan .
_:demo_pjan_idx sdmx-dimension:timePeriod ?date_idx . FILTER (year(?date_idx) = 1996)
_:demo_pjan_idx sdmx-dimension:refArea geo:EU27 .
_:demo_pjan_idx sdmx-dimension:age age:TOTAL .
_:demo_pjan_idx sdmx-dimension:sex sex:sex-T .
_:demo_pjan_idx sdmx-measure:obsValue ?demo_pjan_idx .
}
}
}
GROUP BY ?date
For references, please go to https://www.eea.europa.eu/data-and-maps/daviz/sds/developments-in-real-total-and-3 or scan the QR code.
PDF generated on 09 Nov 2024, 02:27 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