yarrrml2ld
v0.0.13
Published
Converts yarrrml to linked data
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)
})functionsis optional and is a file used to include custom functions as described here.rmlmapperis the path to the location of the generated rmlmapper-java jar.
