@landmaes/actor-query-operation-shacl-rule
v1.0.0
Published
A shacl-rule query-operation actor
Maintainers
Readme
Comunica Shacl Rule Query Operation Actor
A Query Operation actor that handles SPARQL shacl-rule operations.
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
$ yarn add @comunica/actor-query-operation-shacl-ruleConfigure
After installing, this package can be added to your engine's configuration as follows:
{
"@context": [
...
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-query-operation-shacl-rule/^1.0.0/components/context.jsonld"
],
"actors": [
...
{
"@id": "urn:comunica:default:query-operation/actors#shacl-rule",
"@type": "ActorQueryOperationShaclRule",
"mediatorQueryOperation": { "@id": "config-sets:sparql-queryoperators.json#mediatorQueryOperation" }
}
]
}Config Parameters
TODO: fill in parameters (this section can be removed if there are none)
mediatorQueryOperation: A mediator over the Query Operation bus.
