Skip to main content

How to Use the SPARQL Endpoint

13/10/2025

Currently, the SPARQL endpoint can be accessed via a web interface linked from every project's frontend page.

Additional to that, it can be used as an HTTP web service. By posting required parameters to the endpoint it will return the result of the SPARQL query in a specified format.

Note

You can use POST and GET for posting queries to the SPARQL endpoint. For longer queries POST should be used.