@comunica/actor-rdf-membership-filter-gcs
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i @comunica/actor-rdf-membership-filter-gcs

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

10.7 kB

Total Files

12

Last publish

Collaborators

  • jeswr
  • joachimvh
  • rubensworks
  • rubenverborgh
  • dexagod