scaffolding.harmonize.sjs.triples.sjs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of marklogic-data-hub Show documentation
Show all versions of marklogic-data-hub Show documentation
Library for Creating an Operational Data Hub on MarkLogic
/*
* Create Triples Plugin
*
* @param id - the identifier returned by the collector
* @param content - the output of your content plugin
* @param headers - the output of your heaaders plugin
* @param options - an object containing options. Options are sent from Java
*
* @return - an array of triples
*/
function createTriples(id, content, headers, options) {
return [];
}
module.exports = {
createTriples: createTriples
};
© 2015 - 2024 Weber Informatics LLC | Privacy Policy