1.0.0 • Published 4 years ago

@comunica/actor-rdf-membership-filter-gcs v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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