2.2.4 • Published 5 months ago

@incremunica/actor-bindings-aggregator-factory-sample v2.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Incremunica Bindings Aggregator Factory Sample Actor

npm version

A bindings aggregator factory actor that constructs a bindings aggregator capable of evaluating sample.

Install

$ yarn add @incremunica/actor-bindings-aggregator-factory-sample

Configure

After installing, this package can be added to your engine's configuration as follows:

{
  "@context": [
    ...
    "https://linkedsoftwaredependencies.org/bundles/npm/@incremunica/actor-bindings-aggregator-factory-sample/^2.0.0/components/context.jsonld"
  ],
  "actors": [
    ...
    {
      "@id": "urn:comunica:default:bindings-aggregator-factory/actors#sample",
      "@type": "ActorBindingsAggregatorFactorySample"
    }
  ]
}