DBpedia

DBpedia (from "DB" for "database") is a project aiming to extract structured content from the information created in the Wikipedia project. This structured information is made available on the World Wide Web.[2] DBpedia allows users to semantically query relationships and properties of Wikipedia resources, including links to other related datasets.[3] Tim Berners-Lee described DBpedia as one of the most famous parts of the decentralized Linked Data effort.[4]

DBpedia
Developer(s)
Initial release10 January 2007 (2007-01-10)
Stable release
DBpedia 2016-10 / July 4, 2017
Repository
Written in
Operating systemVirtuoso Universal Server
Type
LicenseGNU General Public License
Alexa rank 81,381 (as of September 2016)[1]
Websitedbpedia.org

Background

The project was started by people at the University of Mannheim and Leipzig University, in collaboration with OpenLink Software,[5] and the first publicly available dataset was published in 2007. It is made available under free licences (CC-BY-SA), allowing others to reuse the dataset; it doesn't however use an open data license to waive the sui generis database rights.

Wikipedia articles consist mostly of free text, but also include structured information embedded in the articles, such as "infobox" tables (the pull-out panels that appear in the top right of the default view of many Wikipedia articles, or at the start of the mobile versions), categorisation information, images, geo-coordinates and links to external Web pages. This structured information is extracted and put in a uniform dataset which can be queried.

Dataset

The 2016-04 release of the DBpedia data set describes 6.0 million entities, out of which 5.2 million are classified in a consistent ontology, including 1.5M persons, 810k places, 135k music albums, 106k films, 20k video games, 275k organizations, 301k species and 5k diseases.[6] DBpedia uses the Resource Description Framework (RDF) to represent extracted information and consists of 9.5 billion RDF triples, of which 1.3 billion were extracted from the English edition of Wikipedia and 5.0 billion from other language editions.[6]

From this data set, information spread across multiple pages can be extracted. For example, book authorship can be put together from pages about the work, or the author.

One of the challenges in extracting information from Wikipedia is that the same concepts can be expressed using different parameters in infobox and other templates, such as |birthplace= and |placeofbirth=. Because of this, queries about where people were born would have to search for both of these properties in order to get more complete results. As a result, the DBpedia Mapping Language has been developed to help in mapping these properties to an ontology while reducing the number of synonyms. Due to the large diversity of infoboxes and properties in use on Wikipedia, the process of developing and improving these mappings has been opened to public contributions.[7]

Version 2014 was released in September 2014.[8] A main change since previous versions was the way abstract texts were extracted. Specifically, running a local mirror of Wikipedia and retrieving rendered abstracts from it made extracted texts considerably cleaner. Also, a new data set extracted from Wikimedia Commons was introduced.

Nowadays, DBpedia is one of the biggest representatives of Linked Open Data (LOD).[9]

Examples

DBpedia extracts factual information from Wikipedia pages, allowing users to find answers to questions where the information is spread across multiple Wikipedia articles. Data is accessed using an SQL-like query language for RDF called SPARQL. For example, imagine you were interested in the Japanese shōjo manga series Tokyo Mew Mew, and wanted to find the genres of other works written by its illustrator. DBpedia combines information from Wikipedia's entries on Tokyo Mew Mew, Mia Ikumi and on works such as Super Doll Licca-chan and Koi Cupid. Since DBpedia normalises information into a single database, the following query can be asked without needing to know exactly which entry carries each fragment of information, and will list related genres:

PREFIX dbprop: <http://dbpedia.org/property/>
PREFIX db: <http://dbpedia.org/resource/>
SELECT ?who, ?WORK, ?genre WHERE {
 db:Tokyo_Mew_Mew dbprop:author ?who .
 ?WORK  dbprop:author ?who .
 OPTIONAL { ?WORK dbprop:genre ?genre } .
}

Use cases

DBpedia has a broad scope of entities covering different areas of human knowledge. This makes it a natural hub for connecting datasets, where external datasets could link to its concepts.[10] The DBpedia dataset is interlinked on the RDF level with various other Open Data datasets on the Web. This enables applications to enrich DBpedia data with data from these datasets. As of September 2013, there are more than 45 million interlinks between DBpedia and external datasets including: Freebase, OpenCyc, UMBEL, GeoNames, MusicBrainz, CIA World Fact Book, DBLP, Project Gutenberg, DBtune Jamendo, Eurostat, UniProt, Bio2RDF, and US Census data.[11][12] The Thomson Reuters initiative OpenCalais, the Linked Open Data project of The New York Times, the Zemanta API and DBpedia Spotlight also include links to DBpedia.[13][14][15] The BBC uses DBpedia to help organize its content.[16][17] Faviki uses DBpedia for semantic tagging.[18] Samsung also includes DBpedia in its "Knowledge Sharing Platform".

Such a rich source of structured cross-domain knowledge is fertile ground for Artificial Intelligence systems. DBpedia was used as one of the knowledge sources in IBM Watson's Jeopardy! winning system [19]

Amazon provides a DBpedia Public Data Set that can be integrated into Amazon Web Services applications.[20]

Semantic structure of DBpedia with quality metrics can help in building methods for automatic enrichment of less developed language versions of Wikipedia.[21]

Data about creators from DBpedia can be used for enriching artworks’ sales observations.[22]

The crowdsourcing software company, Ushahidi, built a prototype of its software that leveraged DBpedia to perform semantic annotations on citizen-generated reports. The prototype incorporated the "YODIE" (Yet another Open Data Information Extraction system) service[23] developed by the University of Sheffield, which uses DBpedia to perform the annotations. The goal for Ushahidi was to improve the speed and facility with which incoming reports could be validated managed.[24]

DBpedia Spotlight

DBpedia Spotlight is a tool for annotating mentions of DBpedia resources in text. This allows linking unstructured information sources to the Linked Open Data cloud through DBpedia. DBpedia Spotlight performs named entity extraction, including entity detection and name resolution (in other words, disambiguation). It can also be used for named entity recognition, and other information extraction tasks. DBpedia Spotlight aims to be customizable for many use cases. Instead of focusing on a few entity types, the project strives to support the annotation of all 3.5 million entities and concepts from more than 320 classes in DBpedia. The project started in June 2010 at the Web Based Systems Group at the Free University of Berlin.

DBpedia Spotlight is publicly available as a web service for testing and a Java/Scala API licensed via the Apache License. The DBpedia Spotlight distribution includes a jQuery plugin that allows developers to annotate pages anywhere on the Web by adding one line to their page.[25] Clients are also available in Java or PHP.[26] The tool handles various languages through its demo page[27] and web services. Internationalization is supported for any language that has a Wikipedia edition.[28]

See also

References

  1. "Dbpedia.org on Alexa". Alexa Internet. Retrieved 7 September 2016.
  2. Bizer, Christian; Lehmann, Jens; Kobilarov, Georgi; Auer, Soren; Becker, Christian; Cyganiak, Richard; Hellmann, Sebastian (September 2009). "DBpedia - A crystallization point for the Web of Data" (PDF). Web Semantics: Science, Services and Agents on the World Wide Web. 7 (3): 154–165. CiteSeerX 10.1.1.150.4898. doi:10.1016/j.websem.2009.07.002. ISSN 1570-8268. Archived from the original (PDF) on 10 August 2017. Retrieved 11 December 2015.
  3. "Komplett verlinkt — Linked Data" (in German). 3sat. 19 June 2009. Retrieved 10 November 2009.
  4. "Sir Tim Berners-Lee Talks with Talis about the Semantic Web". Talis. 7 February 2008. Archived from the original on 10 May 2013.
  5. "Credits". DBpedia. Archived from the original on 21 September 2014. Retrieved 2014-09-09.
  6. "YEAH! We did it again ;) – New 2016-04 DBpedia release". DBpedia. 19 October 2016. Retrieved 9 January 2019.
  7. "DBpedia Mappings". mappings.dbpedia.org. Retrieved 3 April 2010.
  8. "Changelog". DBpedia. September 2014. Retrieved 9 September 2014.
  9. Lewoniewski, Włodzimierz (18 October 2017). Enrichment of Information in Multilingual Wikipedia Based on Quality Analysis. Lecture Notes in Business Information Processing. 303. pp. 216–227. doi:10.1007/978-3-319-69023-0_19. ISBN 978-3-319-69022-3. Retrieved 5 May 2018.
  10. E. Curry, A. Freitas, and S. O’Riáin, "The Role of Community-Driven Data Curation for Enterprises," Archived 23 January 2012 at the Wayback Machine in Linking Enterprise Data, D. Wood, Ed. Boston, MA: Springer US, 2010, pp. 25-47.
  11. "Statistics on links between Data sets", SWEO Community Project: Linking Open Data on the Semantic Web, W3C, retrieved 24 November 2009
  12. "Statistics on Data sets", SWEO Community Project: Linking Open Data on the Semantic Web, W3C, retrieved 24 November 2009
  13. Sandhaus, Evan; Larson, Rob (29 October 2009). "First 5,000 Tags Released to the Linked Data Cloud". The New York Times Blogs. Retrieved 10 November 2009.
  14. "Life in the Linked Data Cloud". www.opencalais.com. Archived from the original on 24 November 2009. Retrieved 10 November 2009. Wikipedia has a Linked Data twin called DBpedia. DBpedia has the same structured information as Wikipedia – but translated into a machine-readable format.
  15. "Zemanta talks Linked Data with SDK and commercial API". blogs.zdnet.com. Archived from the original on 28 February 2010. Retrieved 2009-11-10. Zemanta fully supports the Linking Open Data initiative. It is the first API that returns disambiguated entities linked to dbPedia, Freebase, MusicBrainz, and Semantic Crunchbase.
  16. "European Semantic Web Conference 2009 - Georgi Kobilarov, Tom Scott, Yves Raimond, Silver Oliver, Chris Sizemore, Michael Smethurst, Christian Bizer and Robert Lee. Media meets Semantic Web - How the BBC uses DBpedia and Linked Data to make Connections". www.eswc2009.org. Archived from the original on 8 June 2009. Retrieved 2009-11-10.
  17. "BBC Learning - Open Lab - Reference". bbc.co.uk. Archived from the original on 25 August 2009. Retrieved 2009-11-10. Dbpedia is a database version of Wikipedia. It is used in a lot of projects for a wide range of different reasons. At the BBC we are using it for tagging content.
  18. "Semantic Tagging with Faviki". www.readwriteweb.com. Archived from the original on 29 January 2010.
  19. David Ferrucci, Eric Brown, Jennifer Chu-Carroll, James Fan, David Gondek, Aditya A. Kalyanpur, Adam Lally, J. William Murdock, Eric Nyberg, John Prager, Nico Schlaefer, and Chris Welty "Building Watson: An Overview of the DeepQA Project." In AI Magazine Fall, 2010. Association for the Advancement of Artificial Intelligence (AAAI).
  20. "Amazon Web Services Developer Community : DBpedia". developer.amazonwebservices.com. Archived from the original on 13 February 2010. Retrieved 10 November 2009.
  21. Lewoniewski, Włodzimierz; Węcel, Krzysztof; Abramowicz, Witold (8 December 2017). "Relative Quality and Popularity Evaluation of Multilingual Wikipedia Articles". Informatics. 4 (4): 43. doi:10.3390/informatics4040043.
  22. Filipiak, Dominik; Filipowska, Agata (2 December 2015). DBpedia in the Art Market. Business Information Systems Workshops. BIS 2015. Lecture Notes in Business Information Processing. 228. pp. 321–331. doi:10.1007/978-3-319-26762-3_28. ISBN 978-3-319-26761-6.
  23. "GATE.ac.uk - applications/yodie.html". gate.ac.uk. Retrieved 11 May 2020.
  24. "ushahidi/platform-comrades". GitHub. Retrieved 9 March 2020.
  25. Mendes, Pablo. "DBpedia Spotlight jQuery Plugin". jQuery Plugins. Retrieved 15 September 2011.
  26. DiCiuccio, Rob (25 September 2016). "PHP Client for DBpedia Spotlight". GitHub.
  27. "Demo of DBpedia Spotlight". Retrieved 8 September 2013.
  28. "Internationalization of DBpedia Spotlight". Retrieved 8 September 2013.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.