fbpx
Wikipedia

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.[1] DBpedia allows users to semantically query relationships and properties of Wikipedia resources, including links to other related datasets.[2]

DBpedia
Developer(s)
Initial release10 January 2007 (16 years ago) (2007-01-10)
Stable release
DBpedia 2016-10 / 4 July 2017
Repository
  • github.com/dbpedia/
Written in
Operating systemVirtuoso Universal Server
Type
LicenseGNU General Public License
Websitedbpedia.org

In 2008, Tim Berners-Lee described DBpedia as one of the most famous parts of the decentralized Linked Data effort.[3]

Background

The project was started by people at the Free University of Berlin and Leipzig University[4] in collaboration with OpenLink Software, and is now maintained by people at the University of Mannheim and Leipzig University.[5][6] The first publicly available dataset was published in 2007.[4] The data 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.[citation needed]

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), categorization 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.5 million persons, 810,000 places, 135,000 music albums, 106,000 films, 20,000 video games, 275,000 organizations, 301,000 species and 5,000 diseases.[7] 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.[7]

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.[further explanation needed]

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.[8]

Version 2014 was released in September 2014.[9] 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.

As of June 2021, DBPedia contains over 850 million triples.[10]

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, if one 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 Mia Ikumi.

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/ontology/> 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.[11] 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.[12][13] The Thomson Reuters initiative OpenCalais, the Linked Open Data project of The New York Times, the Zemanta API[14] and DBpedia Spotlight also include links to DBpedia.[15][16][17] The BBC uses DBpedia to help organize its content.[18][19] Faviki uses DBpedia for semantic tagging.[20] 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[21]

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

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

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[24] 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.[25]

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.[26] Clients are also available in Java or PHP.[27] The tool handles various languages through its demo page[28] and web services. Internationalization is supported for any language that has a Wikipedia edition.[29]

Archivo ontology database

From 2020, the DBpedia project provides a regularly updated database of web‑accessible ontologies written in the OWL ontology language.[30] Archivo also provides a four star rating scheme for the ontologies it scrapes, based on accessibility, quality, and related fitness‑for‑use criteria. For instance, SHACL compliance for graph‑based data is evaluated when appropriate. Ontologies should also contain metadata about their characteristics and specify a public license describing their terms‑of‑use.[31][32] As of June 2021 the Archivo database contains 1368 entries.

History

DBpedia was initiated in 2007 by Sören Auer, Christian Bizer, Georgi Kobilarov, Jens Lehmann, Richard Cyganiak and Zachary Ives.[4]

See also

References

  1. ^ Bizer, Christian; Lehmann, Jens; Kobilarov, Georgi; Auer, Soren; Becker, Christian; Cyganiak, Richard; Hellmann, Sebastian (September 2009). (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.
  2. ^ "Komplett verlinkt — Linked Data" (in German). 3sat. 19 June 2009. Archived from the original on 6 January 2013. Retrieved 10 November 2009.
  3. ^ . Talis. 7 February 2008. Archived from the original on 10 May 2013.
  4. ^ a b c DBpedia: A Nucleus for a Web of Open Data, available at [1], [2], or [3]
  5. ^ . DBpedia. Archived from the original on 21 September 2014. Retrieved 9 September 2014.
  6. ^ "Home".
  7. ^ a b "YEAH! We did it again ;) – New 2016-04 DBpedia release". DBpedia. 19 October 2016. Retrieved 9 January 2019.
  8. ^ "DBpedia Mappings". mappings.dbpedia.org. Retrieved 3 April 2010.
  9. ^ "Changelog". DBpedia. September 2014. Retrieved 9 September 2014.
  10. ^ Holze, Julia (23 July 2021). "Announcement: DBpedia Snapshot 2021-06 Release". DBpedia Association. Retrieved 28 July 2021.
  11. ^ E. Curry, A. Freitas, and S. O'Riáin, "The Role of Community-Driven Data Curation for Enterprises," 23 January 2012 at the Wayback Machine in Linking Enterprise Data, D. Wood, Ed. Boston, MA: Springer US, 2010, pp. 25-47.
  12. ^ "Statistics on links between Data sets", SWEO Community Project: Linking Open Data on the Semantic Web, W3C, retrieved 24 November 2009
  13. ^ "Statistics on Data sets", SWEO Community Project: Linking Open Data on the Semantic Web, W3C, retrieved 24 November 2009
  14. ^ "Zemanta API". dev.zemanta.com. Retrieved 26 July 2021.
  15. ^ 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.
  16. ^ . 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.
  17. ^ . ZDNet. Archived from the original on 28 February 2010. Retrieved 10 November 2009. 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.
  18. ^ . eswc2009.org. Archived from the original on 8 June 2009. Retrieved 10 November 2009.
  19. ^ . BBC. Archived from the original on 25 August 2009. Retrieved 10 November 2009. 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.
  20. ^ . readwriteweb.com. Archived from the original on 29 January 2010.
  21. ^ 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).
  22. ^ . developer.amazonwebservices.com. Archived from the original on 13 February 2010. Retrieved 10 November 2009.
  23. ^ Filipiak, Dominik; Filipowska, Agata (2 December 2015). DBpedia in the Art Market. Business Information Systems Workshops. BIS 2015. Lecture Notes in Business Information Processing. Vol. 228. pp. 321–331. doi:10.1007/978-3-319-26762-3_28. ISBN 978-3-319-26761-6.
  24. ^ "GATE.ac.uk - applications/yodie.html". gate.ac.uk. Retrieved 11 May 2020.
  25. ^ "ushahidi/platform-comrades". GitHub. 30 June 2019. Retrieved 9 March 2020.
  26. ^ Mendes, Pablo. "DBpedia Spotlight jQuery Plugin". jQuery Plugins. Retrieved 15 September 2011.
  27. ^ DiCiuccio, Rob (25 September 2016). "PHP Client for DBpedia Spotlight". GitHub.
  28. ^ "Demo of DBpedia Spotlight". Retrieved 8 September 2013.
  29. ^ "Internationalization of DBpedia Spotlight". GitHub. Retrieved 8 September 2013.
  30. ^ "DBpedia Archivo". Retrieved 8 July 2021.
  31. ^ Frey, Johannes; Streitmatter, Denis; Götz, Fabian; Hellmann, Sebastian; Arndt, Natanael (27 October 2020). "DBpedia Archivo: a web-scale interface for ontology archiving under consumer-oriented aspects". In Sure-Vetter, York; Sack, Harald; Cudré-Mauroux, Philippe; Maleshkova, Maria; Pellegrini, Tassilo; Acosta, Maribel (eds.). Semantic systems: the power of AI and knowledge graphs. Cham, Switzerland: Springer. doi:10.1007/978-3-030-59833-4_2. ISBN 978-3-030-59832-7. S2CID 219939266. Download as PDF or ePUB.  
  32. ^ Frey, Johannes; Streitmatter, Denis; Götz, Fabian; Hellmann, Sebastian; Arndt, Natanael (10 September 2020). DBpedia Archivo: a web-scale interface for ontology archiving under consumer-oriented aspects. Leipzig, Germany: Institut für Angewandte Informatik (InfAI). Retrieved 8 July 2021. YouTube video 00:10:38.

External links

  • Official website  

dbpedia, from, database, project, aiming, extract, structured, content, from, information, created, wikipedia, project, this, structured, information, made, available, world, wide, allows, users, semantically, query, relationships, properties, wikipedia, resou. 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 1 DBpedia allows users to semantically query relationships and properties of Wikipedia resources including links to other related datasets 2 DBpediaDeveloper s Leipzig University University of MannheimInitial release10 January 2007 16 years ago 2007 01 10 Stable releaseDBpedia 2016 10 4 July 2017Repositorygithub wbr com wbr dbpedia wbr Written inScala Java VSPOperating systemVirtuoso Universal ServerTypeSemantic Web Linked DataLicenseGNU General Public LicenseWebsitedbpedia wbr orgIn 2008 Tim Berners Lee described DBpedia as one of the most famous parts of the decentralized Linked Data effort 3 Contents 1 Background 2 Dataset 3 Examples 4 Use cases 5 DBpedia Spotlight 6 Archivo ontology database 7 History 8 See also 9 References 10 External linksBackground EditThe project was started by people at the Free University of Berlin and Leipzig University 4 in collaboration with OpenLink Software and is now maintained by people at the University of Mannheim and Leipzig University 5 6 The first publicly available dataset was published in 2007 4 The data 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 citation needed 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 categorization 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 EditThe 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 5 million persons 810 000 places 135 000 music albums 106 000 films 20 000 video games 275 000 organizations 301 000 species and 5 000 diseases 7 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 7 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 further explanation needed 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 8 Version 2014 was released in September 2014 9 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 As of June 2021 DBPedia contains over 850 million triples 10 Examples EditDBpedia 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 if one 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 Mia Ikumi 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 lt http dbpedia org ontology gt PREFIX db lt http dbpedia org resource gt SELECT who WORK genre WHERE db Tokyo Mew Mew dbprop author who WORK dbprop author who OPTIONAL WORK dbprop genre genre Use cases EditDBpedia 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 11 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 update 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 12 13 The Thomson Reuters initiative OpenCalais the Linked Open Data project of The New York Times the Zemanta API 14 and DBpedia Spotlight also include links to DBpedia 15 16 17 The BBC uses DBpedia to help organize its content 18 19 Faviki uses DBpedia for semantic tagging 20 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 21 Amazon provides a DBpedia Public Data Set that can be integrated into Amazon Web Services applications 22 Data about creators from DBpedia can be used for enriching artworks sales observations 23 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 24 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 25 DBpedia Spotlight EditDBpedia 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 26 Clients are also available in Java or PHP 27 The tool handles various languages through its demo page 28 and web services Internationalization is supported for any language that has a Wikipedia edition 29 Archivo ontology database EditFrom 2020 the DBpedia project provides a regularly updated database of web accessible ontologies written in the OWL ontology language 30 Archivo also provides a four star rating scheme for the ontologies it scrapes based on accessibility quality and related fitness for use criteria For instance SHACL compliance for graph based data is evaluated when appropriate Ontologies should also contain metadata about their characteristics and specify a public license describing their terms of use 31 32 As of June 2021 update the Archivo database contains 1368 entries History EditDBpedia was initiated in 2007 by Soren Auer Christian Bizer Georgi Kobilarov Jens Lehmann Richard Cyganiak and Zachary Ives 4 See also EditBabelNet Semantic MediaWiki WikidataReferences Edit 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 Komplett verlinkt Linked Data in German 3sat 19 June 2009 Archived from the original on 6 January 2013 Retrieved 10 November 2009 Sir Tim Berners Lee Talks with Talis about the Semantic Web Talis 7 February 2008 Archived from the original on 10 May 2013 a b c DBpedia A Nucleus for a Web of Open Data available at 1 2 or 3 Credits DBpedia Archived from the original on 21 September 2014 Retrieved 9 September 2014 Home a b YEAH We did it again New 2016 04 DBpedia release DBpedia 19 October 2016 Retrieved 9 January 2019 DBpedia Mappings mappings dbpedia org Retrieved 3 April 2010 Changelog DBpedia September 2014 Retrieved 9 September 2014 Holze Julia 23 July 2021 Announcement DBpedia Snapshot 2021 06 Release DBpedia Association Retrieved 28 July 2021 E Curry A Freitas and S O Riain 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 Statistics on links between Data sets SWEO Community Project Linking Open Data on the Semantic Web W3C retrieved 24 November 2009 Statistics on Data sets SWEO Community Project Linking Open Data on the Semantic Web W3C retrieved 24 November 2009 Zemanta API dev zemanta com Retrieved 26 July 2021 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 Life in the Linked Data Cloud 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 Zemanta talks Linked Data with SDK and commercial API ZDNet Archived from the original on 28 February 2010 Retrieved 10 November 2009 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 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 eswc2009 org Archived from the original on 8 June 2009 Retrieved 10 November 2009 BBC Learning Open Lab Reference BBC Archived from the original on 25 August 2009 Retrieved 10 November 2009 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 Semantic Tagging with Faviki readwriteweb com Archived from the original on 29 January 2010 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 Amazon Web Services Developer Community DBpedia developer amazonwebservices com Archived from the original on 13 February 2010 Retrieved 10 November 2009 Filipiak Dominik Filipowska Agata 2 December 2015 DBpedia in the Art Market Business Information Systems Workshops BIS 2015 Lecture Notes in Business Information Processing Vol 228 pp 321 331 doi 10 1007 978 3 319 26762 3 28 ISBN 978 3 319 26761 6 GATE ac uk applications yodie html gate ac uk Retrieved 11 May 2020 ushahidi platform comrades GitHub 30 June 2019 Retrieved 9 March 2020 Mendes Pablo DBpedia Spotlight jQuery Plugin jQuery Plugins Retrieved 15 September 2011 DiCiuccio Rob 25 September 2016 PHP Client for DBpedia Spotlight GitHub Demo of DBpedia Spotlight Retrieved 8 September 2013 Internationalization of DBpedia Spotlight GitHub Retrieved 8 September 2013 DBpedia Archivo Retrieved 8 July 2021 Frey Johannes Streitmatter Denis Gotz Fabian Hellmann Sebastian Arndt Natanael 27 October 2020 DBpedia Archivo a web scale interface for ontology archiving under consumer oriented aspects In Sure Vetter York Sack Harald Cudre Mauroux Philippe Maleshkova Maria Pellegrini Tassilo Acosta Maribel eds Semantic systems the power of AI and knowledge graphs Cham Switzerland Springer doi 10 1007 978 3 030 59833 4 2 ISBN 978 3 030 59832 7 S2CID 219939266 Download as PDF or ePUB Frey Johannes Streitmatter Denis Gotz Fabian Hellmann Sebastian Arndt Natanael 10 September 2020 DBpedia Archivo a web scale interface for ontology archiving under consumer oriented aspects Leipzig Germany Institut fur Angewandte Informatik InfAI Retrieved 8 July 2021 YouTube video 00 10 38 External links Edit Wikimedia Commons has media related to DBpedia Official website Retrieved from https en wikipedia org w index php title DBpedia amp oldid 1132472541, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.