A an for dereferencing a path or URL into a parsed stream of rules.
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.
$ yarn add @comunica/actor-dereference-rule-parse
After installing, this package can be added to your engine's configuration as follows:
{ "@context": [ ... "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-dereference-rule-parse/^2.0.0/components/context.jsonld" ], "actors": [ ... { "@id": "urn:comunica:default:dereference-rule/actors#parse", "@type": "ActorDereferenceRuleParse", "mediatorDereference": { "@id": "urn:comunica:default:dereference/mediators#main" }, "mediatorParse": { "@id": "urn:comunica:default:rule-parse/mediators#main" } } ] }
mediatorDereference
mediatorParse
Generated using TypeDoc
Comunica Dereference Rule Parse Actor
A an for dereferencing a path or URL into a parsed stream of rules.
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
Configure
After installing, this package can be added to your engine's configuration as follows:
Config Parameters
mediatorDereference
: A mediator over the Dereference bus.mediatorParse
: A mediator over the Rule Parse bus.