@comunica/actor-rdf-metadata-extract-traverse-all
TypeScript icon, indicating that this package has built-in type declarations

0.0.2-alpha.e75a15a.0 • Public • Published

Comunica Traverse All RDF Metadata Extract Actor

npm version

An RDF Metadata Extract actor that collects all URIs in a page and stores it inside the metadata under the traverse key.

This corresponds to the cAll reachability criterion as defined in "Hartig, Olaf, and Johann-Christoph Freytag. "Foundations of traversal based query execution over linked data." Proceedings of the 23rd ACM conference on Hypertext and social media. 2012.".

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-rdf-metadata-extract-traverse-all

Metadata entries

This actor adds the following entries to the metadata object.

  • traverse: Array of URLs 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-rdf-metadata-extract-traverse-all/^1.0.0/components/context.jsonld"  
  ],
  "actors": [
    ...
    {
      "@id": "config-sets:resolve-hypermedia.json#myRdfMetadataExtractTraverseAll",
      "@type": "ActorRdfMetadataExtractTraverseAll"
    }
  ]
}

Package Sidebar

Install

npm i @comunica/actor-rdf-metadata-extract-traverse-all

Weekly Downloads

1

Version

0.0.2-alpha.e75a15a.0

License

MIT

Unpacked Size

8.98 kB

Total Files

10

Last publish

Collaborators

  • jeswr
  • joachimvh
  • rubensworks
  • rubenverborgh
  • dexagod