DBpedia
DBpedia is a community project that extracts structured data from Wikipedia and publishes it as Linked Open Data on the Web. It provides a SPARQL endpoint, a Lookup Service for entity resolution, a Spotlight API for text annotation, a Live endpoint for real-time Wikipedia data, and Linked Data access via HTTP content negotiation — forming a queryable cross-linked knowledge graph of Wikipedia-derived facts.
APIs
DBpedia SPARQL Endpoint
Public SPARQL 1.1 query endpoint backed by OpenLink Virtuoso over the DBpedia knowledge graph derived from Wikipedia. Supports up to 10,000 result rows, 120-second query timeout...
DBpedia Lookup Service
REST API for entity retrieval and auto-complete over the DBpedia knowledge graph. Resolves plain-text keywords to DBpedia resource URIs. Supports keyword search (/api/search) an...
DBpedia Spotlight
REST API for automatic annotation and entity linking of natural language text to DBpedia resources. Accepts text via HTTP GET or POST and returns mentions linked to DBpedia URIs...
DBpedia Linked Data
HTTP Linked Data access to DBpedia resources via content negotiation. Dereference any DBpedia entity URI (http://dbpedia.org/resource/{EntityName}) using an Accept header to ret...
DBpedia Live
Real-time SPARQL endpoint and Linked Data access over continuously updated DBpedia data derived from near-real-time Wikipedia edits. SPARQL endpoint at http://live.dbpedia.org/s...
DBpedia Databus
Data cataloging, versioning, and publishing platform for DBpedia and community datasets. Exposes a SPARQL API for querying RDF metadata and a Search API for discovering publishe...