transformobject mode
Serialize JSON-LD
Serializes the given RDF/JS Quads to JSON-LD.
From barnard59-formats · v4.0.1
Reference
- Identifier
- https://barnard59.zazuko.com/operations/formats/jsonld/serializeView as Turtle ↓
- Module
- barnard59-formats/jsonld.js
- Export
- serialize
- Stream
- Readable and writable — reads the stream and passes it on
- Implementation
- ES module
- Install
$ npm i barnard59-formats
Use it in a pipeline
<> a p:Step ;
code:implementedBy [
a code:EcmaScriptModule ;
code:link <node:barnard59-formats/jsonld.js#serialize>
] .Paste this into a pipeline definition to add the step. The code:link value tells barnard59 which module to load at runtime.