@comunica/actor-query-source-identify-hypermedia-annotate-source
v4.0.2
Published
A annotate-source query-source-identify-hypermedia actor
Downloads
298
Readme
Comunica Annotate Source Query Source Identify Hypermedia Actor
A comunica Annotate Source Query Source Identify Hypermedia Actor. This actor wraps around other hypermedia sources and adds the URL from which the bindings are derived to the binding's context.
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-source-identify-hypermedia-annotate-source
Configure
After installing, this package can be added to your engine's configuration as follows:
{
"@context": [
...
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-query-source-identify-hypermedia-annotate-source/^1.0.0/components/context.jsonld"
],
"actors": [
...
{
"@id": "urn:comunica:default:query-source-identify-hypermedia/actors#annotate-source",
"@type": "ActorQuerySourceIdentifyHypermediaAnnotateSource"
}
]
}
Config Parameters
mediatorMergeBindingsContext
: A mediator over the Merge Bindings Context bus.mediatorQuerySourceIdentifyHypermedia
: A mediator over the Query Source Identify Hypermedia bus.