Skip to main content

SPARQL: Endpoints

The Helmholtz Knowledge Graph (Helmholtz-KG) represents a vast web of research entities—including datasets, publications, software, and organizations - interconnected as RDF (Resource Description Framework) triples. It currently maintains two distinct SPARQL 1.1 compliant endpoints to serve different needs. Results can be retrieved in a wide range of formats, including HTML, XML, JSON, Javascript, CSV, TSV, and Spreadsheet for tabular data, as well as RDF/XML, Turtle, N-Triples, JSON-LD, and N3 for graph-based results. This allows for seamless integration into diverse workflows, from automated data harvesting to complex cross-domain relationship discovery.

By offering these two distinct endpoints, the Helmholtz-KG provides researchers with the flexibility to choose the engine best suited to their specific requirements - whether they need high-speed exploration and real-time autocompletion via QLever or reliable production-grade integration and extensive serialization support via Virtuoso.

High-Performance Discovery: QLever

The primary interface for rapid exploration is powered by QLever, a high-performance, in-memory SPARQL engine. It is accessible at sparql.unhide.helmholtz-metadaten.de and qlever.unhide.helmholtz-metadaten.de.

The second endpoint is powered by OpenLink Virtuoso, a robust engine optimized for production-grade stability, broad data interoperability, and standard-compliant metadata serving. It is accessible via the interactive web interface at virtuoso.unhide.helmholtz-metadaten.de.

Advantages of Each Endpoint

EndpointAdvantages
QLever logo
QLever
  • Distinguishing Features: QLever distinguishes itself through superior query performance on massive datasets and unique context-sensitive autocompletion, which suggests only entities and properties that lead to non-empty results. Additionally, it offers native integration of text and spatial search, enabling high-speed execution of complex queries across both structured data and full-text corpora.
  • Access URLs: qlever.unhide.helmholtz-metadaten.de and sparql.unhide.helmholtz-metadaten.de.
  • Best For: Fast, interactive discovery and exploratory data analysis.
Virtuoso logo
Virtuoso
  • Extensive Export Formats: Virtuoso supports a wide range of serializations for seamless integration into any workflow: Tabular Data (HTML, XML, JSON, Javascript, CSV, TSV, and Spreadsheet) and Data (RDF/XML, Turtle, JSON-LD, N-Triples, and N3)
  • Interoperability: Fully SPARQL 1.1 compliant, supporting federated queries (SERVICE clauses) to bridge the Helmholtz-KG with external graphs like Wikidata or ROR.
  • Access URL: virtuoso.unhide.helmholtz-metadaten.de
  • Best For: Automated harvesting, production dashboards, and long-term research citations.