next
previous
items

Data table via SPARQL

Trend in consumer prices for different types of electric and electronic goods (Index 1999)

Data table via SPARQL Published 31 Jul 2014 Last modified 19 Apr 2016

Download this dataset

Dataset preview

(Live Query)

date label index obsValue obsValue_idx
"1999"^^<http://www.w3.org/2001/XMLSchema#int> "Audio-visual, photographic and information processing equipment" "100"^^<http://www.w3.org/2001/XMLSchema#decimal> "155.3"^^<http://www.w3.org/2001/XMLSchema#decimal> "155.3"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2000"^^<http://www.w3.org/2001/XMLSchema#int> "Audio-visual, photographic and information processing equipment" "92.9"^^<http://www.w3.org/2001/XMLSchema#decimal> "144.32"^^<http://www.w3.org/2001/XMLSchema#decimal> "155.3"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2001"^^<http://www.w3.org/2001/XMLSchema#int> "Audio-visual, photographic and information processing equipment" "87.2"^^<http://www.w3.org/2001/XMLSchema#decimal> "135.45"^^<http://www.w3.org/2001/XMLSchema#decimal> "155.3"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2002"^^<http://www.w3.org/2001/XMLSchema#int> "Audio-visual, photographic and information processing equipment" "82.5"^^<http://www.w3.org/2001/XMLSchema#decimal> "128.15"^^<http://www.w3.org/2001/XMLSchema#decimal> "155.3"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2003"^^<http://www.w3.org/2001/XMLSchema#int> "Audio-visual, photographic and information processing equipment" "76.5"^^<http://www.w3.org/2001/XMLSchema#decimal> "118.74"^^<http://www.w3.org/2001/XMLSchema#decimal> "155.3"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2004"^^<http://www.w3.org/2001/XMLSchema#int> "Audio-visual, photographic and information processing equipment" "70.5"^^<http://www.w3.org/2001/XMLSchema#decimal> "109.5"^^<http://www.w3.org/2001/XMLSchema#decimal> "155.3"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2005"^^<http://www.w3.org/2001/XMLSchema#int> "Audio-visual, photographic and information processing equipment" "64.4"^^<http://www.w3.org/2001/XMLSchema#decimal> "100"^^<http://www.w3.org/2001/XMLSchema#decimal> "155.3"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2006"^^<http://www.w3.org/2001/XMLSchema#int> "Audio-visual, photographic and information processing equipment" "59"^^<http://www.w3.org/2001/XMLSchema#decimal> "91.69"^^<http://www.w3.org/2001/XMLSchema#decimal> "155.3"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2007"^^<http://www.w3.org/2001/XMLSchema#int> "Audio-visual, photographic and information processing equipment" "53.4"^^<http://www.w3.org/2001/XMLSchema#decimal> "82.87"^^<http://www.w3.org/2001/XMLSchema#decimal> "155.3"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2008"^^<http://www.w3.org/2001/XMLSchema#int> "Audio-visual, photographic and information processing equipment" "47.6"^^<http://www.w3.org/2001/XMLSchema#decimal> "73.86"^^<http://www.w3.org/2001/XMLSchema#decimal> "155.3"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 75 rows in 0.002 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/trend-in-consumer-prices-for/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.0 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 . FILTER (year(?date) >= 1999)
  ?prc_hicp_aind property:coicop ?coicop . FILTER (?coicop in (coicop:CP00, coicop:CP053, coicop:CP08, coicop:CP082, coicop:CP091))
  ?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) = 1999)
  ?prc_hicp_aind_idx property:coicop ?coicop . FILTER (?coicop in (coicop:CP00, coicop:CP053, coicop:CP08, coicop:CP082, coicop:CP091))
  ?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