A comunica bus for query-operation events.
npm install @comunica/bus-query-operation
A bus for evaluating SPARQL algebra operations.
This module is part of the Comunica framework,
and should only be used by developers that want to build their own query engine.
Click here if you just want to query with Comunica.
``bash`
$ yarn add @comunica/bus-query-operation
* Context: "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/bus-query-operation/^5.0.0/components/context.jsonld"ActorQueryOperation:_default_bus
* Bus name:
Actors extending ActorQueryOperation or ActorQueryOperationTyped are automatically subscribed to this bus.
It is recommended to extend from ActorQueryOperationTyped` if your actor supports a single query operation,
as the bus will be able to handle this actor more efficiently.
This is not applicable if your actor handles multiple different types of query operations.