Module @comunica/actor-dereference-file - v3.0.3

Comunica File Dereference Actor

npm version

A comunica File Dereference Actor.

An Dereference actor that resolves an URL to a local file (optionally starting with file://).

Click here if you just want to query with Comunica.

Install

$ yarn add @comunica/actor-dereference-file

Configure

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

{
  "@context": [
    ...
    "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-dereference-file/^3.0.0/components/context.jsonld"
  ],
  "actors": [
    ...
    {
      "@id": "urn:comunica:default:dereference/actors#file",
      "@type": "ActorRdfDereferenceFile"
    }
  ]
}

Index

Classes