All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scaffolding.harmonize.sjs.triples.sjs Maven / Gradle / Ivy

There is a newer version: 6.1.1
Show newest version
/*
 * 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