Simple Standard for Sharing Ontology Mappings (SSOM) JavaScript library
This Node package provides methods and a command line client to process mappings in SSSOM format.
npm install sssom-js
Requires Node.js >= 18.
See API for usage as a library. The package includes the command line client sssom
. Please call sssom --help
for usage.
The package exports the following:
This event emitter parses SSSOM/TSV from a stream and emits metadata
and mapping
events.
This function parses SSSOM in format options.from
(default tsv
) from a stream or file and returns a mapping set. The result should directly be serializable as SSSOM/JSON.
This function parses SSSOM/TSV from a stream or file and returns a mapping set. The result should directly be serializable as SSSOM/JSON.
- @nichtich (Jakob Voß)
Contributions are welcome! Best use the issue tracker for questions, bug reports, and/or feature requests!
MIT license