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

3.1.0 • Public • Published

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

Package Sidebar

Install

npm i @comunica/actor-dereference-file

Weekly Downloads

1,601

Version

3.1.0

License

MIT

Unpacked Size

17.4 kB

Total Files

12

Last publish

Collaborators

  • jeswr
  • joachimvh
  • rubensworks
  • rubenverborgh
  • dexagod