Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
project:lotd [2013/03/22 17:48] – [Approach] fabiancrettonproject:lotd [2013/08/15 23:02] (current) – tagged loleg
Line 1: Line 1:
-===== Linked Open Tourism Data =====+===== SLOTD : Swiss Linked Open Tourism Data =====
  
-(screenshots or sketches up here)+{{ :project:slotd.png?500 |}}
  
-This application provides additional information to consider when looking for accommodation in a hotel.+**Link the Swiss Open Tourism Data to the World Linked Open Data.**
  
-For the user, a graphical representation of the region is provided which holds additional information. This information forms the basis for further navigation. Those additional information is gathered via smart linkage of different data sources.+Open data (and data in general) are often isolated silos. Linked open data aims to connect these solitary informations to the other data sources in the web. If each data are linked, we can jump from link to link to retrieve and discover new knowledge. 
 +  
 +The idea here is to convert available tourism statistical data (e.g. nights, occupancy, by canton) to linked open data format (RDF), and link those data to make them part of the [[http://lod-cloud.net/|LOD cloud]]. 
 +This project will thus fulfill the maximum data quality according to [[http://5stardata.info/|Open Data 5 stars]]. 
 + 
 +{{ :project:5star-steps.png?200 |}} 
 + 
 +For the user, a graphical representation of the canton is provided which holds additional information (e.g. population, number of music festivals). This information forms the basis for further navigation. The additional data is gathered via smart linkage of different open data sources
 + 
 +This demonstrator, as it is, is no killer app for the end-user yet. But everything is ready to move further and show the full potential of linked open data: for instance, what about comparing the nightstays with the meteo situation at that time ? or special events that took place in different cities ? or adding the nationality dimension about the nightstays ? All of this is easier done with semantic web technologies and the growing [[http://www.w3.org/standards/semanticweb/|web of data]] (web 3.0).
  
 ===== Approach ===== ===== Approach =====
  
-To create an added value, different information from various data sources must be linked together. Many data sources implement the RDF to describe their meta data. That's why we're going to use as much RDF data sources as possible.+To create an added value, different information from various data sources must be linked together. Many data sources implement the RDF format to describe their meta data. That's why we're going to use as much RDF data sources as possible.
  
-Some of the main difficulty in the beginning is the transformation of existing (meta) data into the RDF language. We started with an excel file and used Google Refine to transform those rawmessy data.+Those statistical data will thus be linked to other Linked Open Data sets (as [[http://dbpedia.org/About|DBPedia]][[http://www.geonames.org/|geoNames]]), and the information from the different sources can thus be queried at will.
  
-To visualize those data, we're currently using an svg+javascript approach.+Some of the main difficulty in the beginning is the transformation of existing (meta) data into the RDF language. We started with an excel file and used Google Refine and its RDF extension to transform those raw, messy data.
  
 +We based the RDF schema on the [[http://www.w3.org/TR/vocab-data-cube/|RDF Data Cube]] and designed a few more properties to represent the dimensions about time/location/nightstay. The DataSet could be discribed using the new W3C standard [[http://www.w3.org/TR/vocab-dcat/|Data Catalog Vocabulary (DCAT)]]
 +
 +Linked where defined between the swiss cantons and their DBPedia URIs. Then geoNames about.rdf files about the cantons where also downloaded. The link between geoNames and DBPedia already exists in those about.rdf files...that's where the "magic" starts to operate.
 +See also all the [[http://wiki.dbpedia.org/Downloads38#h236-1|links]] from DBPedia to other datasets.
 +We did add extra links to a very valuable but non RDF data source (so far ;-)): http://map.geo.admin.ch/, by just linking the DBPedia URI's with the cantons'pages (links where defined manually).
 +
 +
 +
 +**Global Visualisation** : all is linked... **Jump link to link**
 +{{ :project:slotd_visualisation.png?800 |}}
 +
 +
 +----
 +
 +----
 +**Linked Queries across linked open data** : all is linked... **Form SLOTD to DPBedia**
 +{{ :project:slotd_query.png?500 |}}
 +
 +The current prototype is in PHP and relies on Google Maps.
 +But we also prepared a friendlier way to visualize that data, using an svg+javascript approach.
 +We did have time to integrate that vizualisation, but here is what it looks like:
 +{{ :project:slodt_svg_map_switzerland.png?800 |}}
 ===== Data ===== ===== Data =====
  
 +  * [[http://www.bfs.admin.ch/bfs/portal/fr/index/themen/10/03/blank/key/01/01.html]]
 +  * [[http://www.bfs.admin.ch/bfs/portal/fr/index/themen/10/03/blank/data/01.html]]
   * [[http://dbpedia.org]]   * [[http://dbpedia.org]]
 +  * [[https://github.com/interactivethings/swiss-maps]]
  
 ===== Technology ===== ===== Technology =====
-  Markup: HTML 5 ([[http://www.html5rocks.com]]) + 
-  * Template Engine for Markup: twig ([[http://twig.sensiolabs.org]])+  html/css/js 
 +  * d3.js
   * Style for Markup: Twitter Bootstrap ([[http://twitter.github.com/bootstrap]])   * Style for Markup: Twitter Bootstrap ([[http://twitter.github.com/bootstrap]])
   * Programming language: PHP ([[http://php.net]])   * Programming language: PHP ([[http://php.net]])
-  * Application Framework: use existing framework or create one ourself ? 
-  * System for data storage: sql or nosql ? 
   * Data model scheme: RDF ([[https://en.wikipedia.org/wiki/Resource_Description_Framework]])   * Data model scheme: RDF ([[https://en.wikipedia.org/wiki/Resource_Description_Framework]])
-===== Team ===== 
  
 +===== Team =====
 +  * [[user:AnneLeCalve]]
   * [[user:fabiancretton]]   * [[user:fabiancretton]]
-  * and other team members +  * [[user:azappella]] 
 +  * Sabrina Huth 
 +  * Sebastian Veit
 ===== Links ===== ===== Links =====
  
Line 37: Line 72:
   * Blog or forum posts ...   * Blog or forum posts ...
      
-{{tag>status:concept needs:dev needs:design needs:data needs:expert}}+{{tag>status:concept needs:dev needs:design needs:data needs:expert semantic tourism}}
  • project/lotd.1363970891.txt.gz
  • Last modified: 2013/03/22 17:48
  • by fabiancretton