Execute an ASK query.
The SPARQL ASK query
A promise resolving to true if the query pattern matches; false otherwise
Execute a CONSTRUCT query.
The SPARQL CONSTRUCT query
A promise resolving to the constructed RDF triples
Execute a SPARQL UPDATE operation.
The SPARQL UPDATE request
SPARQL repository query and update operations.
Groups the four core operations:
ask,select, andconstructread from the backing RDF store, andupdatewrites to it. Repository extends this surface for standalone use; the same operations are also handed to a task as the per-call client inside execute, where they run within the enclosing transaction.See