Path Parameters
The unique identifier of the world.
Must be application/sparql-query.
Desired response format, e.g., application/sparql-results+json.
Body
The body should contain the raw SPARQL query string.
Example:
SELECT ?s ?p ?o WHERE { ?s ?p ?o } LIMIT 10
Response
Returns the SPARQL query results in the requested format (JSON by default).