2.2.4 • Published 7 months ago
@incremunica/actor-bindings-aggregator-factory-wildcard-count v2.2.4
Incremunica Bindings Aggregator Factory WildcardCount Actor
A bindings aggregator factory actor that constructs a bindings aggregator capable of evaluating wildcard-count.
Install
$ yarn add @incremunica/actor-bindings-aggregator-factory-wildcard-countConfigure
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-wildcard-count/^2.0.0/components/context.jsonld"
],
"actors": [
...
{
"@id": "urn:comunica:default:bindings-aggregator-factory/actors#wildcard-count",
"@type": "ActorBindingsAggregatorFactoryWildcardCount"
}
]
}