Comunica File Dereference Actor
![npm version](https://badge.fury.io/js/%40comunica%2Factor-dereference-file.svg)
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/^2.0.0/components/context.jsonld"
],
"actors": [
...
{
"@id": "urn:comunica:default:dereference/actors#file",
"@type": "ActorRdfDereferenceFile"
}
]
}