@incremunica/actor-query-operation-incremental-filter
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

Incremunica Incremental Filter Query Operation Actor

npm version

A Query Operation actor that handles SPARQL filter operations.

Install

$ yarn add @incremunica/actor-query-operation-incremental-filter

Configure

After installing, this package can be added to your engine's configuration as follows:

{
  "@context": [
    ...
    "https://linkedsoftwaredependencies.org/bundles/npm/@incremunica/actor-query-operation-incremental-filter/^1.0.0/components/context.jsonld"  
  ],
  "actors": [
    ...
    {
      "@id": "urn:comunica:default:query-operation/actors#filter",
      "@type": "ActorQueryOperationFilter",
      "mediatorQueryOperation": { "@id": "urn:comunica:default:query-operation/mediators#main" }    }
  ]
}

Package Sidebar

Install

npm i @incremunica/actor-query-operation-incremental-filter

Weekly Downloads

1

Version

1.3.0

License

MIT

Unpacked Size

39.9 kB

Total Files

12

Last publish

Collaborators

  • maartyman