0.1.2 • Published 4 years ago
barnard59-carml v0.1.2
barnard59-carml
This package wraps the carml-cli tool into a barnard59 Linked Data pipeline operation.
This package requires a Java Runtime Environment
Operations
transform ({ mapping, mappingFile })
The operation uses the given mapping or mappingFile to transform the incoming data.
It returns a Readable stream of RDF/JS Quad objects.
mapping: AString,Buffer,Uint8Array, orReadablestream that contains the RML mapping.mappingFile: AStringthat contains the path to the RML mapping file.