Skip to content
transformobject mode

Append metadata

Fetches, updates and appends a metadata resource

From barnard59-rdf · v3.4.1

Reference

Identifier
https://barnard59.zazuko.com/operations/rdf/metadata.js#appendView as Turtle ↓
Module
barnard59-rdf/metadata.js
Export
append
Stream
Readable and writable — reads the stream and passes it on
Implementation
ES module
Install
$ npm i barnard59-rdf

Use it in a pipeline

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

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