next
previous
items

Data table via SPARQL

Changes in consumer prices

Data table via SPARQL Published 09 Jul 2014 Last modified 20 Apr 2016

Download this dataset

Dataset preview

(Live Query)

date label index obsValue obsValue_idx
"1996"^^<http://www.w3.org/2001/XMLSchema#int> "Miscellaneous goods and services" "100"^^<http://www.w3.org/2001/XMLSchema#int> "75.6"^^<http://www.w3.org/2001/XMLSchema#decimal> "75.6"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1997"^^<http://www.w3.org/2001/XMLSchema#int> "Miscellaneous goods and services" "104"^^<http://www.w3.org/2001/XMLSchema#int> "79.26"^^<http://www.w3.org/2001/XMLSchema#decimal> "75.6"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1998"^^<http://www.w3.org/2001/XMLSchema#int> "Miscellaneous goods and services" "108"^^<http://www.w3.org/2001/XMLSchema#int> "82.03"^^<http://www.w3.org/2001/XMLSchema#decimal> "75.6"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1999"^^<http://www.w3.org/2001/XMLSchema#int> "Miscellaneous goods and services" "111"^^<http://www.w3.org/2001/XMLSchema#int> "84.58"^^<http://www.w3.org/2001/XMLSchema#decimal> "75.6"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2000"^^<http://www.w3.org/2001/XMLSchema#int> "Miscellaneous goods and services" "115"^^<http://www.w3.org/2001/XMLSchema#int> "87.06"^^<http://www.w3.org/2001/XMLSchema#decimal> "75.6"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2001"^^<http://www.w3.org/2001/XMLSchema#int> "Miscellaneous goods and services" "119"^^<http://www.w3.org/2001/XMLSchema#int> "90.18"^^<http://www.w3.org/2001/XMLSchema#decimal> "75.6"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2002"^^<http://www.w3.org/2001/XMLSchema#int> "Miscellaneous goods and services" "122"^^<http://www.w3.org/2001/XMLSchema#int> "92.9"^^<http://www.w3.org/2001/XMLSchema#decimal> "75.6"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2003"^^<http://www.w3.org/2001/XMLSchema#int> "Miscellaneous goods and services" "126"^^<http://www.w3.org/2001/XMLSchema#int> "95.28"^^<http://www.w3.org/2001/XMLSchema#decimal> "75.6"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2004"^^<http://www.w3.org/2001/XMLSchema#int> "Miscellaneous goods and services" "129"^^<http://www.w3.org/2001/XMLSchema#int> "97.71"^^<http://www.w3.org/2001/XMLSchema#decimal> "75.6"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2005"^^<http://www.w3.org/2001/XMLSchema#int> "Miscellaneous goods and services" "132"^^<http://www.w3.org/2001/XMLSchema#int> "100"^^<http://www.w3.org/2001/XMLSchema#decimal> "75.6"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 234 rows in 0.035 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/changes-in-consumer-prices/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.

Are you new to Linked Data technology? visit http://linkeddata.org



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 rdf-schema: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX unit: <http://rdfdata.eionet.europa.eu/eurostat/dic/unit#>
PREFIX geo: <http://rdfdata.eionet.europa.eu/eurostat/dic/geo#>
PREFIX infotype: <http://rdfdata.eionet.europa.eu/eurostat/dic/infotype#>
PREFIX coicop: <http://rdfdata.eionet.europa.eu/eurostat/dic/coicop#>

SELECT DISTINCT
year(?date) as ?date
?label
(round((?obsValue/?obsValue_idx)*1000))/10 as ?index
?obsValue
?obsValue_idx

WHERE {
{  
  GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/prc_hicp_aind.rdf.gz> 
  {
  ?prc_hicp_aind property:geo geo:EU28 .
  ?prc_hicp_aind sdmx-dimension:timePeriod ?date .
  ?prc_hicp_aind property:coicop ?coicop . FILTER (?coicop in (coicop:CP00, coicop:CP01, coicop:CP02, coicop:CP03, coicop:CP04, coicop:CP05, coicop:CP06, coicop:CP07, coicop:CP08, coicop:CP09, coicop:CP10, coicop:CP11, coicop:CP12))
  ?prc_hicp_aind property:infotype infotype:AVX .
  ?prc_hicp_aind sdmx-measure:obsValue ?obsValue .
  
  ?prc_hicp_aind_idx property:geo geo:EU28 .
  ?prc_hicp_aind_idx sdmx-dimension:timePeriod ?date_idx . FILTER (year(?date_idx) = 1996)
  ?prc_hicp_aind_idx property:coicop ?coicop . FILTER (?coicop in (coicop:CP00, coicop:CP01, coicop:CP02, coicop:CP03, coicop:CP04, coicop:CP05, coicop:CP06, coicop:CP07, coicop:CP08, coicop:CP09, coicop:CP10, coicop:CP11, coicop:CP12))
  ?prc_hicp_aind_idx property:infotype infotype:AVX .
  ?prc_hicp_aind_idx sdmx-measure:obsValue ?obsValue_idx .

  } 
  ?coicop rdf-schema:label ?label .
 }
}


Permalinks

Document Actions