Skip to content
sourceobject mode

SPARQL Construct

Runs the given CONSTRUCT query against the given endpoint parses the result.

From barnard59-sparql · v2.3.0

Reference

Identifier
https://barnard59.zazuko.com/operations/sparql/constructView as Turtle ↓
Module
barnard59-sparql/construct.js
Export
default
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/construct.js#default>
  ] .

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