@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source
TypeScript icon, indicating that this package has built-in type declarations

2.10.0 • Public • Published

Comunica RDFJS Source RDF Resolve Quad Pattern Actor

npm version

An RDF Resolve Quad Pattern actor that handles RDF/JS Sources.

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-rdfjs-source

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-rdfjs-source/^2.0.0/components/context.jsonld"  
  ],
  "actors": [
    ...
    {
      "@id": "urn:comunica:default:rdf-resolve-quad-pattern/actors#rdfjs-source",
      "@type": "ActorRdfResolveQuadPatternRdfJsSource"
    }
  ]
}

/@comunica/actor-rdf-resolve-quad-pattern-rdfjs-source/

    Package Sidebar

    Install

    npm i @comunica/actor-rdf-resolve-quad-pattern-rdfjs-source

    Weekly Downloads

    303

    Version

    2.10.0

    License

    MIT

    Unpacked Size

    39 kB

    Total Files

    20

    Last publish

    Collaborators

    • jeswr
    • joachimvh
    • rubensworks
    • rubenverborgh
    • dexagod