ReadonlynameThe name of the store (e.g. 'mongodb', 'redis', 'dynamodb')
ReadonlylibraryThe client library being used
ReadonlysparqlSPARQL endpoint path (queries and updates share it).
SPARQL query endpoint path.
SPARQL update endpoint path (same 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
VirtuosoStorewraps Virtuoso's/sparqlendpoint behind theNoSqlStorelifecycle.