1.3.0 • Published 17 days ago

@incremunica/actor-rdf-resolve-quad-pattern-incremental-federated v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
17 days ago

Incremunica Incremental Federated RDF Resolve Quad Pattern Actor

npm version

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.

Install

$ yarn add @comunica/actor-rdf-resolve-quad-pattern-incremental-federated

Configure

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" }
    }
  ]
}

Config Parameters