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 162 rows in 0.005 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 geo: <http://rdfdata.eionet.europa.eu/eurostat/dic/geo#>
PREFIX coicop: <http://rdfdata.eionet.europa.eu/eurostat/dic/coicop#>
PREFIX infotype: <http://rdfdata.eionet.europa.eu/eurostat/dic/infotype#>
PREFIX geo: <http://rdfdata.eionet.europa.eu/eurostat/dic/geo#>
SELECT DISTINCT
year(?date) as ?date
?ugeo
sum(?CP031) as ?CP031
sum(?CP00) as ?CP00
sum(?CP031_idx) as ?CP031_idx
sum(?CP00_idx) as ?CP00_idx
round(( ( sum(?CP031)/sum(?CP031_idx) ) / ( sum(?CP00)/sum(?CP00_idx) ) )*1000)/10.0 as ?index
WHERE {
{
GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/prc_hicp_aind.rdf.gz>
{
_:prc_hicp_aind sdmx-dimension:timePeriod ?date . FILTER (year(?date) >= 1996)
_:prc_hicp_aind property:infotype infotype:AVX .
_:prc_hicp_aind sdmx-dimension:refArea ?geo .
{
_:prc_hicp_aind property:coicop coicop:CP031 .
_:prc_hicp_aind sdmx-measure:obsValue ?CP031 .
} UNION {
_:prc_hicp_aind property:coicop coicop:CP00 .
_:prc_hicp_aind sdmx-measure:obsValue ?CP00 .
}
_:prc_hicp_aind_idx sdmx-dimension:timePeriod ?date_idx . FILTER (year(?date_idx) = 1996)
_:prc_hicp_aind_idx property:infotype infotype:AVX .
_:prc_hicp_aind_idx sdmx-dimension:refArea ?geo .
{
_:prc_hicp_aind_idx property:coicop coicop:CP031 .
_:prc_hicp_aind_idx sdmx-measure:obsValue ?CP031_idx .
} UNION {
_:prc_hicp_aind_idx property:coicop coicop:CP00 .
_:prc_hicp_aind_idx sdmx-measure:obsValue ?CP00_idx .
}
}
?geo rdfs:label ?ugeo .
FILTER (?geo in (geo:EE, geo:EL, geo:SE, geo:IT, geo:EU28, geo:PL, geo:NO, geo:UK, geo:IE))
}
}
GROUP BY ?date ?ugeo
ORDER BY ?ugeo ?date
For references, please go to https://eea.europa.eu./data-and-maps/daviz/sds/consumer-prices-for-clothing-relative or scan the QR code.
PDF generated on 23 Nov 2024, 11:30 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