next
previous
items

Data table via SPARQL

Total tourism arrivals

Data table via SPARQL Published 26 May 2017 Last modified 13 Jun 2017

Download this dataset

Dataset preview

(Live Query)

date ugeo obsValue
"1990"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "21"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990"^^<http://www.w3.org/2001/XMLSchema#int> "Bulgaria" "8"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990"^^<http://www.w3.org/2001/XMLSchema#int> "France" "90"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990"^^<http://www.w3.org/2001/XMLSchema#int> "Germany" "77"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990"^^<http://www.w3.org/2001/XMLSchema#int> "Italy" "59"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990"^^<http://www.w3.org/2001/XMLSchema#int> "Luxembourg" "1"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990"^^<http://www.w3.org/2001/XMLSchema#int> "Netherlands" "15"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990"^^<http://www.w3.org/2001/XMLSchema#int> "Portugal" "8"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990"^^<http://www.w3.org/2001/XMLSchema#int> "Romania" "12"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990"^^<http://www.w3.org/2001/XMLSchema#int> "Slovakia" "3"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 714 rows in 0.056 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/total-tourism-arrivals/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



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 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 indic_to: <http://dd.eionet.europa.eu/vocabulary/eurostat/indic_to/>
PREFIX unit: <http://dd.eionet.europa.eu/vocabulary/eurostat/unit/>
PREFIX nace_r2: <http://dd.eionet.europa.eu/vocabulary/eurostat/nace_r2/>
PREFIX countries: <http://dd.eionet.europa.eu/vocabulary/common/countries/>
SELECT DISTINCT
year(?date) as ?date
?ugeo
round(?obsValue/1000000) as ?obsValue

WHERE {
  { 
  GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/tour_occ_arn2.rdf.gz> 
    {
      _:tour_occ_arn2 sdmx-dimension:timePeriod ?date . 
      _:tour_occ_arn2 sdmx-dimension:refArea ?geo . 
      _:tour_occ_arn2 property:indic_to indic_to:B003 . 
      _:tour_occ_arn2 sdmx-attribute:unitMeasure unit:NR . 
      _:tour_occ_arn2 property:nace_r2 nace_r2:I551-I553 . 
      _:tour_occ_arn2 sdmx-measure:obsValue ?obsValue .
    }
   } UNION {
    { SELECT 
        "2015-12-31"^^xsd:date as ?date
        <http://dd.eionet.europa.eu/vocabulary/eurostat/geo/UK> as ?geo 
        106421227 as ?obsValue {} 
      }
   } UNION {
    { SELECT 
        "2015-12-31"^^xsd:date as ?date
        <http://dd.eionet.europa.eu/vocabulary/eurostat/geo/BA> as ?geo 
        846581 as ?obsValue {} 
      }
   } UNION {
    { SELECT 
        "2015-12-31"^^xsd:date as ?date
        <http://dd.eionet.europa.eu/vocabulary/eurostat/geo/TR> as ?geo 
        43514295 as ?obsValue {} 
      }
   } UNION {
    { SELECT 
        "2015-12-31"^^xsd:date as ?date
        <http://dd.eionet.europa.eu/vocabulary/eurostat/geo/CH> as ?geo 
        19090000 as ?obsValue {} 
      }
  }
  ?geo skos:exactMatch ?eeauri .
  ?eeauri skos:inScheme countries: .
  ?eeauri rdfs:label ?ugeo .

}
ORDER BY ?year(?date) ?ugeo


Permalinks

Geographic coverage

Temporal coverage

Topics

Tags

Filed under:
Filed under: tourism
Document Actions