Skip to content
transformobject mode

Parse N3

Parses the given N3 stream.

From barnard59-formats · v4.0.1

Reference

Identifier
https://barnard59.zazuko.com/operations/formats/n3/parseView as Turtle ↓
Module
barnard59-formats/n3.js
Export
parse
Stream
Readable and writable — reads the stream and passes it on
Implementation
ES module
Install
$ npm i barnard59-formats

Use it in a pipeline

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

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