Algorithms for semantic mappings between different ontologies.
The development of MapNet is funded under ARO grant HR00112220036 as part of the DARPA ASKEM and ARPA-H BDF programs.
- Ontology matching leveraging BERTMap models. Implemented using DeepOnto.
- For a usage example see
scripts/bertmap_run.py
.
- Ontology matching leveraging the LogMap matching system. Leverages java implementation available on Github at ernestojimenezruiz/logmap-matcher
- For usage examples see
scripts/logmap_disease_landscape.py
andscripts/logmap_doid_to_mesh.py