Jump to content

Linked data

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 67.246.119.98 (talk) at 15:39, 3 March 2011 (Further reading: adding link to new book, revising old/outdated links). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Linked Data describes a method of publishing structured data, so that it can be interlinked and become more useful. It builds upon standard Web technologies, such as HTTP and URIs - but rather than using them to serve web pages for human readers, it extends them to share information in a way that can be read automatically by computers. This enables data from different sources to be connected and queried.[1]

Tim Berners-Lee, director of the World Wide Web Consortium, coined the term in a design note discussing issues around the Semantic Web project[2].


Principles

Tim Berners-Lee outlined four principles of Linked Data in his Design Issues: Linked Data note, paraphrased along the following lines:

  1. Use URIs to identify things.
  2. Use HTTP URIs so that these things can be referred to and looked up ("dereferenced") by people and user agents.
  3. Provide useful information about the thing when its URI is dereferenced, using standard formats such as RDF/XML.
  4. Include links to other, related URIs in the exposed data to improve discovery of other related information on the Web.

Tim Berners-Lee gave a presentation on Linked Data at the TED 2009 conference. In it, he restated the linked data principles as three "extremely simple" rules:

  1. All kinds of conceptual things, they have names now that start with HTTP.
  2. I get important information back. I will get back some data in a standard format which is kind of useful data that somebody might like to know about that thing, about that event.
  3. I get back that information it's not just got somebody's height and weight and when they were born, it's got relationships. And when it has relationships, whenever it expresses a relationship then the other thing that it's related to is given one of those names that starts with HTTP.

Note that although the second rule mentions "standard formats", it does not require any specific standard, such as RDF/XML.

Components

Linking Open Data Community Project

Instance linkages within the Linking Open Data datasets
Class linkages within the Linking Open Data datasets

The goal of the W3C Semantic Web Education and Outreach group's Linking Open Data community project is to extend the Web with a data commons by publishing various open datasets as RDF on the Web and by setting RDF links between data items from different data sources. In October 2007, datasets consisted of over two billion RDF triples, which were interlinked by over two million RDF links. By September 2010 this had grown to 25 billion RDF triples, interlinked by around 395 million RDF links. There is also an interactive visualization of the linked data sets to browse through the cloud.

Dataset instance and class relationships

Clickable diagrams that show the individual datasets and their relationships within the DBpedia-spawned LOD cloud, as shown by the figures to the right, are:

Linking Open Data 2 - EU project

As part of the European Commission's 7th Framework Programme a €6.5m grant has been given to the LOD2 project[3], to continue the work of the Linking Open Data project. Started in September 2010 and due to run until 2014, this project states it aims as "Creating Knowledge out of Interlinked Data" by developing:

  • enterprise-ready tools and methodologies for exposing and managing very large amounts of structured information on the Data Web,
  • a testbed and bootstrap network of high-quality multi-domain, multi-lingual ontologies from sources such as Wikipedia and OpenStreetMap.
  • algorithms based on machine learning for automatically interlinking and fusing data from the Web.
  • standards and methods for reliably tracking provenance, ensuring privacy and data security as well as for assessing the quality of information.
  • adaptive tools for searching, browsing, and authoring of Linked Data.[4][5]


Examples

Datasets

  • DBpedia - a dataset containing extracted data from Wikipedia; it contains about 3.4 million concepts described by 1 billion triples, including abstracts in 11 different languages
  • DBLP Bibliography - provides bibliographic information about scientific papers; it contains about 800,000 articles, 400,000 authors, and approx. 15 million triples
  • GeoNames provides RDF descriptions of more than 7,500,000 geographical features worldwide.
  • Revyu - a Review service consumes and publishes Linked Data, primarily from DBpedia.
  • riese - serving statistical data about 500 million Europeans (the first linked dataset deployed with XHTML+RDFa)
  • UMBEL - a lightweight reference structure of 20,000 subject concept classes and their relationships derived from OpenCyc, which can act as binding classes to external data; also has links to 1.5 million named entities from DBpedia and YAGO
  • Sensorpedia - A scientific initiative at Oak Ridge National Laboratory using a RESTful web architecture to link to sensor data and related sensing systems.
  • FOAF - a dataset describing persons, their properties and relationships
  • OpenPSI for the OpenPSI project a community effort to create UK government linked data service that supports research
  • VIAF (Virtual International Authority File) - an aggregation of authority files (author names) from national libraries from around the world.

Use case demos

See also

References

  1. ^ Bizer, Heath, Berners-Lee (2009). "Linked Data - The Story So Far" (PDF). Retrieved 2010-12-18.{{cite web}}: CS1 maint: multiple names: authors list (link)
  2. ^ Tim Berners-Lee (2006-07-27). "Linked Data - Design Issues". W3C. Retrieved 2010-12-18.
  3. ^ "CORDIS FP7 ICT Projects - LOD2". European Commission. 2010-04-20.
  4. ^ [1]
  5. ^ "LOD2 Project Fact Sheet - Project Summary" (PDF). 2010-09-01. Retrieved 2010-12-18.

Further reading

Browsers

Presentations

Events