barnard59-carml
v0.1.2
Published
Carml support for Barnard59 Linked Data pipelines
Downloads
4,880
Readme
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
, orReadable
stream that contains the RML mapping.mappingFile
: AString
that contains the path to the RML mapping file.