An RDF Resolve Quad Pattern actor that handles a federation of multiple sources, and delegates resolving each source separately using the RDF Resolve Quad Pattern bus.
This actor has been modified from the original quad-pattern-incremental-federated actor to pass the state of the diff
attribute from the quad to the binding.
$ yarn add @comunica/actor-rdf-resolve-quad-pattern-incremental-federated
After installing, this package can be added to your engine's configuration as follows:
{
"@context": [
...
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-resolve-quad-pattern-incremental-federated/^2.0.0/components/context.jsonld"
],
"actors": [
...
{
"@id": "urn:comunica:default:rdf-resolve-quad-pattern/actors#incremental-federated",
"@type": "ActorRdfResolveQuadPatternIncrementalFederated",
"mediatorResolveQuadPattern": { "@id": "urn:comunica:default:query-operation/mediators#main" }
}
]
}
mediatorResolveQuadPattern
: A mediator over the RDF Resolve Quad Pattern bus.Generated using TypeDoc