SSSOM Mapping Format Python Utilities
SSSOM (Simple Standard for Sharing Ontology Mappings) is a TSV format for representing ontology mappings, or mappings between pairs of entities in general:
GitHub: https://github.com/mapping-commons/sssom Documentation: https://mapping-commons.github.io/sssom/ Publication: https://arxiv.org/abs/2112.07051 Tutorials: https://mapping-commons.github.io/sssom/tutorial/
sssom-py is a Python library and command line toolkit for working with SSSOM:
GitHub: https://github.com/mapping-commons/sssom-py