An RDF Membership Filter actor that can create Golomb Coded Sets for filters with the http://semweb.mmlab.be/ns/membership#GCSFilter type.
http://semweb.mmlab.be/ns/membership#GCSFilter
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.
$ yarn add @comunica/actor-rdf-membership-filter-gcs
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-gcs/^1.0.0/components/context.jsonld" ], "actors": [ ... { "@id": "config-setsa:rdf-membership-filter.json#myGcsFilter", "@type": "ActorRdfMembershipFilterGcs" } ] }
Generated using TypeDoc
Comunica GCS RDF Membership Filter Actor
An RDF Membership Filter actor that can create Golomb Coded Sets for filters with the
http://semweb.mmlab.be/ns/membership#GCSFilter
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.
Install
Configure
After installing, this package can be added to your engine's configuration as follows: