An RDF Membership Filter actor that can create Bloom instances for filters with the http://semweb.mmlab.be/ns/membership#BloomFilter type.
http://semweb.mmlab.be/ns/membership#BloomFilter
This module is part of the Comunica framework, and should only be used by developers that want to build their own query engine.
Click here if you just want to query with Comunica.
This module is part of the Comunica framework.
$ yarn add @comunica/actor-rdf-membership-filter-bloom
After installing, this package can be added to your engine's configuration as follows:
{ "@context": [ ... "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-membership-filter-bloom/^1.0.0/components/context.jsonld" ], "actors": [ ... { "@id": "config-setsa:rdf-membership-filter.json#myBloomFilter", "@type": "ActorRdfMembershipFilterBloom" } ] }
Generated using TypeDoc
Comunica Bloom RDF Membership Filter Actor
An RDF Membership Filter actor that can create Bloom instances for filters with the
http://semweb.mmlab.be/ns/membership#BloomFilter
type.This module is part of the Comunica framework, and should only be used by developers that want to build their own query engine.
Click here if you just want to query with Comunica.
This module is part of the Comunica framework.
Install
Configure
After installing, this package can be added to your engine's configuration as follows: