4.0.2 • Published 8 months ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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.

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