yarrrml2ld
v0.0.13
Published
Converts yarrrml to linked data
Downloads
7
Readme
yarrrml2ld
Converts yarrrml to linked data using yarrrml-parser and rmlmapper-java
Example usage
yarrrml2ld({
yarrrml_file: file,
functions: functions_ttl,
rmlmapper: rmlmapper
}).then((result) => {
console.log(result)
})
functions
is optional and is a file used to include custom functions as described here.rmlmapper
is the path to the location of the generated rmlmapper-java jar.