Skip to content
sourceobject mode

SPARQL in-memory Query

Runs the given query against each input chunk.

From barnard59-sparql · v2.3.0

Reference

Identifier
https://barnard59.zazuko.com/operations/sparql/in-memory/queryView as Turtle ↓
Module
barnard59-sparql/inMemory.js
Export
query
Stream
Readable — produces a stream
Implementation
ES module
Install
$ npm i barnard59-sparql

Use it in a pipeline

step definition · Turtle
<> a p:Step ;
  code:implementedBy [
    a code:EcmaScriptModule ;
    code:link <node:barnard59-sparql/inMemory.js#query>
  ] .

Paste this into a pipeline definition to add the step. The code:link value tells barnard59 which module to load at runtime.