Module @comunica/actor-rdf-resolve-hypermedia-links-queue-priority - v0.6.0

Comunica Priority RDF Resolve Hypermedia Links Queue Actor

npm version

An RDF Resolve Hypermedia Links Queue actor that provides a ILinkQueue following the priority of links in the queue. The priority must be set by an actor outside the queue, for example in a link queue wrapper.

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-rdf-resolve-hypermedia-links-queue-priority

After installing, this package can be added to your engine's configuration as follows:

{
  "@context": [
    ...
    "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-resolve-hypermedia-links-queue-priority/^4.0.0/components/context.jsonld"
  ],
  "actors": [
    ...
    {
      "@id": "urn:comunica:default:rdf-resolve-hypermedia-links-queue/actors#priority",
      "@type": "ActorRdfResolveHypermediaLinksQueuePriority
    }
  ]
}

Classes

ActorRdfResolveHypermediaLinksQueuePriority
LinkQueuePriority