Options
All
  • Public
  • Public/Protected
  • All
Menu

Module actor-rdf-membership-filter-gcs

Comunica GCS RDF Membership Filter Actor

npm version

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

$ yarn add @comunica/actor-rdf-membership-filter-gcs

Configure

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"
    }
  ]
}

Index

Generated using TypeDoc