A Query Operation actor that handles SPARQL OFFSET
and LIMIT
operations on ordered bindings streams.
$ yarn add @incremunica/actor-query-operation-slice-ordered
After installing, this package can be added to your engine's configuration as follows:
{
"@context": [
...
"https://linkedsoftwaredependencies.org/bundles/npm/@incremunica/actor-query-operation-slice-ordered/^2.0.0/components/context.jsonld"
],
"actors": [
...
{
"@id": "urn:comunica:default:query-operation/actors#slice-ordered",
"@type": "ActorQueryOperationSliceOrdered",
"mediatorQueryOperation": { "@id": "urn:comunica:default:query-operation/mediators#main" }
}
]
}
mediatorQueryOperation
: A mediator over the Query Operation bus.