Knowledge-Graph-Hub / universalizer

The KG-Hub Universalizer provides functions for knowledge graph cleanup and identifier normalization.
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Auto-update SSSOM maps #8

Open caufieldjh opened 1 year ago

caufieldjh commented 1 year ago

This is a bit outside scope, but relevant to the purpose of node normalization. A KG project may have a set of SSSOM maps to define ID and category remapping. These are assumed to be static, but changes in the sources or in the Biolink Model will happen over time. We want to update the maps accordingly. For IDs, this means the universalizer should be able to determine if IDs have been changed and/or obsoleted. For categories, this means checking each ID against the type entities in Biolink and their categories, if available (or outsource to OAK).

caufieldjh commented 1 year ago

Note this is low-priority. Maps don't change that frequently.