Skip to content
sourceobject mode

Read RDF/JS Quads (Graph Store)

Reads RDF/JS Quads from 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/getView as Turtle ↓
Module
barnard59-graph-store/get.js
Export
default
Stream
Readable — produces 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/get.js#default>
  ] .

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