Simplified SPARQL REST API
CRUD on JSON Object Graphs via URI Paths






Description



Within the Semantic Web community, SPARQL is one of the predominant languages to query RDF knowledge. However, the complexity of SPARQL, the underlying graph structure and various encodings are common sources of confusion for Semantic Web novices.
In this paper we present a general purpose approach to convert any given SPARQL endpoint into a simple to use REST API. To lower the initial hurdle, we represent the underlying graph as an interlinked view of nested JSON objects that can be traversed by the API path.

Authors


Demo


The demo is offline (since 2020-02-24). If you would like to try it anyway, contact me at markus [dot] schroeder [at] dfki [dot] de.

You can try out a publicly available online demo.

Video



Documentation


The documentation can be found here.