@incremunica/actor-bindings-aggregator-factory-group-concat
v2.3.0
Published
An Incremunica group concat actor for bindings aggregator factory bus.
Maintainers
Readme
Incremunica Bindings Aggregator Factory GroupConcat Actor
A bindings aggregator factory actor that constructs a bindings aggregator capable of evaluating group-concat.
Install
$ yarn add @incremunica/actor-bindings-aggregator-factory-group-concatConfigure
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-group-concat/^2.0.0/components/context.jsonld"
],
"actors": [
...
{
"@id": "urn:comunica:default:bindings-aggregator-factory/actors#group-concat",
"@type": "ActorBindingsAggregatorFactoryGroupConcat"
}
]
}