0.4.0 • Published 28 days ago

@comunica/actor-extract-links-quad-pattern v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
28 days ago

Comunica Quad Pattern Extract Links Actor

npm version

An RDF Metadata Extract actor that collects all URIs in a page that match the current quad pattern.

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-extract-links-quad-pattern

Metadata entries

This actor adds the following entries to the metadata object.

  • traverse: Array of ILink to traverse.

Configure

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

{
  "@context": [
    ...
    "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-extract-links-quad-pattern/^1.0.0/components/context.jsonld"
  ],
  "actors": [
    ...
    {
      "@id": "config-sets:resolve-hypermedia.json#myExtractLinksQuadPattern",
      "@type": "ActorExtractLinksQuadPattern"
    }
  ]
}