Explain the given query
A query string or algebra.
An optional query context.
The explain mode.
A promise that resolves to the query output or explanation.
Invalidate all internal caches related to the given page URL. If no page URL is given, then all pages will be invalidated.
Optionalurl: stringThe page URL to invalidate.
Optionalcontext: anyAn optional ActionContext to pass to the actors.
A promise resolving when the caches have been invalidated.
Evaluate the given query
A query string or algebra.
Optionalcontext: QueryFormatTypeInner extends stringAn optional query context.
A promise that resolves to the query output.
Query the bindings results of a SELECT query.
A query string or algebra object. Algebra objects must not contain blank nodes. They should be converted to variables.
Optionalcontext: QueryFormatTypeInner extends stringA context.
Query the boolean result of an ASK query.
A query string or algebra object. Algebra objects must not contain blank nodes. They should be converted to variables.
Optionalcontext: QueryFormatTypeInner extends stringA context.
ProtectedqueryEvaluate or explain the given query
A query string or algebra.
Optionalcontext: QueryFormatTypeInner extends stringAn optional query context.
A promise that resolves to the query output or explanation.
Query the quad results of a CONSTRUCT or DESCRIBE query.
A query string or algebra object. Algebra objects must not contain blank nodes. They should be converted to variables.
Optionalcontext: QueryFormatTypeInner extends stringA context.
Execute an UPDATE query.
A query string or algebra object. Algebra objects must not contain blank nodes. They should be converted to variables.
Optionalcontext: QueryFormatTypeInner extends stringA context.
Convert a query result to a string stream based on a certain media type.
A query result.
OptionalmediaType: stringA media type.
Optionalcontext: anyAn optional context.
A text stream.
StaticfinalStaticinternal
A Comunica SPARQL query engine.