@comunica/actor-rdf-dereference-fallback
TypeScript icon, indicating that this package has built-in type declarations

1.22.2 • Public • Published

Comunica Fallback RDF Dereference Actor

npm version

An RDF Dereference actor that always fails. This can be used as a fallback actor in the RDF Dereference bus. Concretely, it accepts any action in its test phase, but rejects all actions in its run phase. If lenient mode is enabled, the rejection will be silenced.

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-dereference-fallback

Configure

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

{
  "@context": [
    ...
    "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-dereference-fallback/^1.0.0/components/context.jsonld"  
  ],
  "actors": [
    ...
    {
      "@id": TODO,
      "@type": "ActorRdfDereferenceFallback"
    }
  ]
}

Config Parameters

TODO

/@comunica/actor-rdf-dereference-fallback/

    Package Sidebar

    Install

    npm i @comunica/actor-rdf-dereference-fallback

    Weekly Downloads

    1,327

    Version

    1.22.2

    License

    MIT

    Unpacked Size

    7.6 kB

    Total Files

    10

    Last publish

    Collaborators

    • jeswr
    • joachimvh
    • rubensworks
    • rubenverborgh
    • dexagod