ReadonlynameThe name of the store (e.g. 'mongodb', 'redis', 'dynamodb')
ReadonlylibraryThe client library being used
Combined SPARQL endpoint path for the configured namespace.
SPARQL query endpoint path (same combined endpoint).
SPARQL update endpoint path (same combined endpoint).
Returns the underlying (internal or injected) SPARQL HTTP client.
Runs a SPARQL SELECT/CONSTRUCT query; returns the result bindings.
Runs a SPARQL ASK query; returns the boolean answer.
Runs a SPARQL UPDATE (INSERT/DELETE/DROP/...).
Inserts triples via INSERT DATA { ... }. Accepts a triple string or array.
Optionalgraph: stringDrops a named graph, or all graphs when no graph is given.
Optionalgraph: string
BlazegraphStorewraps a Blazegraph namespace's combined SPARQL endpoint behind theNoSqlStorelifecycle.