Skip to content
source

Apply N3 Rules

Applies N3 rules to datasets in barnard59 pipelines

From barnard59-n3 · v0.2.0

Reference

Identifier
https://barnard59.zazuko.com/operations/n3/applyRulesView as Turtle ↓
Module
barnard59-n3/applyRules.js
Export
default
Stream
Readable — produces a stream
Implementation
ES module
Install
$ npm i barnard59-n3

Use it in a pipeline

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

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