Module @comunica/actor-query-source-identify-hypermedia-annotate-source - v4.1.0

Comunica Annotate Source Query Source Identify Hypermedia Actor

npm version

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.

Warning: This actor does not work when the aggregateTraversalStore is enabled in ActorQuerySourceIdentifyHypermedia.

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-query-source-identify-hypermedia-annotate-source

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"
    }
  ]
}

Classes

ActorQuerySourceIdentifyHypermediaAnnotateSource
QuerySourceAddSourceAttribution

Interfaces

IActorQuerySourceIdentifyHypermediaAnnotateSourceArgs

Variables

KEY_CONTEXT_WRAPPED