← New search

Other meanings of DBpedia

Semantic Web

DBpedia

DBpedia is a community project that extracts structured data from Wikipedia and makes it available as a linked data knowledge base. It is one of the central hubs of the Linked Open Data cloud, providing a machine-readable version of Wikipedia's content for use in semantic queries, data integration, and artificial intelligence applications.

2007
First public release
Year
~3B
Triples in the 2021 release
Data size
~4.6M
Entities in the English edition
Entities
~30
Language editions
Languages
1

Definition and purpose

DBpedia is a crowd-sourced community effort to extract structured information from Wikipedia and publish it as linked data. The project was launched in 2007 by researchers at the Free University of Berlin and the University of Leipzig, in collaboration with OpenLink Software, and it has since become a cornerstone of the Semantic Web. Its goal is to provide a queryable, machine-readable representation of Wikipedia's vast knowledge, enabling applications to reason over facts such as birth dates, geographic coordinates, and relationships between entities.

The extracted data is organized as RDF triples (subject–predicate–object) and made available through a SPARQL endpoint, allowing users to run complex queries across millions of facts. DBpedia also maintains a comprehensive ontology that maps Wikipedia infoboxes and categories to a consistent schema, facilitating interoperability with other linked data sources.

2

Extraction and data model

The extraction pipeline processes Wikipedia's raw markup, including infoboxes, categories, geo-coordinates, and external links, to generate structured RDF. The DBpedia ontology, which currently includes over 700 classes and 3,000 properties, is manually curated and aligned with other ontologies like Schema.org. Each Wikipedia article is mapped to a DBpedia resource identified by a stable URI, such as http://dbpedia.org/resource/Berlin.

Extraction is performed for multiple language editions, with the English edition being the largest. The project also provides localized versions in over 30 languages, each with its own extraction and ontology alignment. The data is released under the Creative Commons Attribution-ShareAlike License, and the ontology is available under the Open Data Commons Attribution License.

3

Applications and impact

DBpedia is widely used in both academia and industry for tasks such as entity linking, question answering, and knowledge graph construction. It serves as a benchmark dataset for semantic web research and is a core component of the Linked Open Data cloud, interlinking with datasets like Wikidata, GeoNames, and WordNet. Major companies, including IBM and Google, have used DBpedia in early knowledge graph projects, and it remains a popular resource for building chatbots and recommendation systems.

The project also supports the DBpedia Spotlight tool for named entity recognition, and the DBpedia Lookup service for simple search. Its SPARQL endpoint processes millions of queries annually, demonstrating its utility as a public infrastructure.

4

Lesser-known aspects

Beyond the main extraction, DBpedia includes several niche components. The DBpedia Mappings Wiki allows community members to define custom mappings between Wikipedia infoboxes and the ontology, improving data quality. The project also produces a 'live' version that updates in near real-time as Wikipedia changes, though it is less stable than the quarterly releases.

DBpedia has faced challenges with data freshness and coverage, leading to the rise of Wikidata as a complementary source. However, DBpedia's ontology remains more mature and is often preferred for its consistency. The project also pioneered the use of 'sameAs' links to interlink entities across datasets, a practice now standard in linked data. In 2014, DBpedia was recognized as a core component of the EU's Linked Open Data project, and it continues to be maintained by a global community of volunteers.

Glossary

RDF
Resource Description Framework, a standard model for data interchange on the web.
SPARQL
A query language for RDF data.
Ontology
A formal representation of a set of concepts and relationships within a domain.
Linked Data
A method of publishing structured data so that it can be interlinked and queried.

DBpedia is a registered trademark of the DBpedia Association.