Skip to content
sourceobject mode

SPARQL in-memory Update

Runs the given DELETE/INSERT command against each input chunk.

From barnard59-sparql · v2.3.0

Reference

Identifier
https://barnard59.zazuko.com/operations/sparql/in-memory/updateView as Turtle ↓
Module
barnard59-sparql/inMemory.js
Export
update
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#update>
  ] .

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