How to access the data
The KG platform provides several APIs to search and retrieve data from the knowledge graph.
To search and fetch data, we provide three different groups of data access interfaces:
- The Simple Query API offers a set of user-friendly filter values that support most simple text-based search use cases.
- The Advanced Shape Query API allows complex filter definitions using so-called ShapeQueries.
- The SPARQL API supports the standard SPARQL 1.1. Read query protocol to query and access RDF-based knowledge graphs
Updated 2 months ago