ReadonlynameThe name of the store (e.g. 'mongodb', 'redis', 'dynamodb')
ReadonlylibraryThe client library being used
SPARQL query endpoint path for the configured dataset.
SPARQL update endpoint path for the configured dataset.
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
FusekiStorewraps a Fuseki dataset's SPARQL query/update endpoints behind theNoSqlStorelifecycle.