sparql
query
Execute a SPARQL query and return the results
NOTE: The Swagger spec only allows us to document one possible form of POST. However BrightstarDB fully supports all of the request options described in SPARQL 1.1 Protocol
post/{storeName}/sparql
Path parameters
storeNamestring required
The name of the store
Query parameters
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.