Skip to content
sinkobject mode

Write RDF/JS Quads (Graph Store)

Writes RDF/JS Quads to the given named graph using the SPARQL Graph Store Protocol.

From barnard59-graph-store · v6.0.4

Reference

Identifier
https://barnard59.zazuko.com/operations/graph-store/putView as Turtle ↓
Module
barnard59-graph-store/put.js
Export
default
Stream
Writable — consumes a stream
Implementation
ES module
Install
$ npm i barnard59-graph-store

Use it in a pipeline

step definition · Turtle
<> a p:Step ;
  code:implementedBy [
    a code:EcmaScriptModule ;
    code:link <node:barnard59-graph-store/put.js#default>
  ] .

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