@comunica/actor-dereference-file
v4.0.2
Published
A file dereference actor
Downloads
5,270
Readme
Comunica File Dereference Actor
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/^4.0.0/components/context.jsonld"
],
"actors": [
...
{
"@id": "urn:comunica:default:dereference/actors#file",
"@type": "ActorRdfDereferenceFile"
}
]
}