@comunica/actor-rdf-resolve-hypermedia-qpf
TypeScript icon, indicating that this package has built-in type declarations

2.10.0 • Public • Published

Comunica Qpf RDF Resolve Quad Pattern Actor

npm version

An RDF Resolve Hypermedia actor that handles Triple Pattern Fragments and Quad Pattern Fragments interfaces. It sends triple/quad pattern queries to the interfaces and follows next-page links.

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-resolve-quad-pattern-qpf

Configure

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

{
  "@context": [
    ...
    "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-resolve-quad-pattern-qpf/^2.0.0/components/context.jsonld"  
  ],
  "actors": [
    ...
    {
      "@id": "urn:comunica:default:rdf-resolve-hypermedia/actors#qpf",
      "@type": "ActorRdfResolveHypermediaQpf",
      "mediatorDereferenceRdf": { "@id": "urn:comunica:default:dereference-rdf/mediators#main" },
      "mediatorMetadata": { "@id": "urn:comunica:default:rdf-metadata/mediators#main" },
      "mediatorMetadataExtract": { "@id": "urn:comunica:default:rdf-metadata-extract/mediators#main" }
    }
  ]
}

Config Parameters

Package Sidebar

Install

npm i @comunica/actor-rdf-resolve-hypermedia-qpf

Weekly Downloads

2,179

Version

2.10.0

License

MIT

Unpacked Size

64.9 kB

Total Files

15

Last publish

Collaborators

  • jeswr
  • joachimvh
  • rubensworks
  • rubenverborgh
  • dexagod