QLever
From Wikipedia, the free encyclopedia
QLever (pronounced /ˈklɛvər/ KLEH-ver, as in "clever") is an open-source triplestore, graph database and SPARQL engine. It is designed to efficiently load and query very large RDF datasets, including those with hundreds of billions of triples on a single commodity server.[1] Unlike many large-scale graph databases that rely on distributed clusters, QLever is designed to operate efficiently on a single machine with modest memory requirements, even with very large datasets.[2] QLever implements the full SPARQL 1.1 standard, including SPARQL Update, for read/write operations.[3]
| QLever | |
|---|---|
| Original authors | Hannah Bast, Björn Buchhold, Johannes Kalmbach, et al. |
| Initial release | 2017 |
| Written in | C++ |
| Standard | SPARQL |
| Available in | English |
| Type | Graph database |
| License | Apache License |
| Website | qlever |
| Repository | github |
Beyond standard RDF graph queries, QLever integrates full-text search directly within SPARQL, allowing queries to combine structured semantic web knowledge-base lookups with keyword search over text corpuses. [1] It also supports spatial queries via the GeoSPARQL standard, enabling geometric operations over spatial datasets such as OpenStreetMap.[4] A context-sensitive autocomplete interface for QLever supports users in creating SPARQL queries interactively.[5]
History
QLever was first described in a 2017 paper by Hannah Bast and Björn Buchhold of the University of Freiburg.[1] The paper introduced QLever's approach of combining SPARQL with full-text search and demonstrated performance advantages over contemporary SPARQL engines. Development originated at the Chair for Algorithms and Data Structures at the University of Freiburg.
In 2021, the team published work on efficient RDF conversion and querying of the complete OpenStreetMap dataset, introducing support for GeoSPARQL queries over the full OSM data.[4] A 2022 paper introduced the context-sensitive SPARQL auto-completion system.[5]
A 2023 study compared QLever with Virtuoso, Blazegraph, GraphDB, Stardog, Apache Jena, and Oxigraph.[6] As part of the EU Next Generation Internet (NGI) Search programme[7], QLever achieved full SPARQL 1.1 compliance in June 2025, including support for SPARQL Update and the Graph Store HTTP Protocol, enabling read/write operations. In the same year, with support from the Swiss Prototype Fund[8], the indexing approach was extended to encode common identifiers directly within numerical IDs, eliminating string lookups even at result export time. This allowed QLever to index and query datasets exceeding one trillion triples on a single commodity server.
A 2025 paper presented an efficient algorithm for large-scale spatial joins, demonstrating the ability to compute all spatial relations between the 1.4 billion geometric objects in the complete OpenStreetMap dataset in under three hours on a commodity PC, outperforming PostGIS by more than an order of magnitude. [9]
In June 2025, the public SPARQL endpoint of the UniProt dataset hosted by the Swiss Institute of Bioinformatics switched from Virtuoso to QLever.[10]
Contents
The official QLever instance provides API endpoints for querying the following datasets:[11]
- Wikidata
- Wikimedia Commons
- Freebase
- OpenStreetMap
- OpenHistoricalMap
- UniProt
- PubChem
- DBLP
- OpenCitations
- IMDb
- Integrated Authority File
- YAGO
- DBpedia
- Wallscope Olympics database
For OpenStreetMap and OpenHistoricalMap data, the QLever engine supports a subset of GeoSPARQL functions, supplemented by a precomputed subset of GeoSPARQL relationships stored as dedicated triples.[4]
Adoption

Besides the official instance, the QLever engine also powers the official SPARQL endpoint of DBLP[12] and UniProt.[10] QLever is one of the candidates to replace Blazegraph as the triplestore for the Wikidata Query Service.[6][13]