sparql
query
Execute a SPARQL query and return the results
get/{storeName}/sparql
Path parameters
storeNamestring required
The name of the store
Query parameters
querystring required
The SPARQL query string
default-graph-uristring url
The URI of a graph to add to the default graph of the query dataset
named-graph-uristring url
The URI of a graph to add to the query dataset as a named graph
Response
Successful response. The response body contains the SPARQL query result.