TranslatorSRI / NodeNormalization

Service that produces Translator compliant nodes given a curie
MIT License
9 stars 6 forks source link

Remove "Entity" #173

Closed cbizon closed 7 months ago

cbizon commented 1 year ago

When we return types from nodenorm, we get all the ancestors. That includes "biolink:Entity" which is probably not something we need. NamedThing is the top class for entities. Entity is above that, and pulls in relationships and predicates and whatnot. So it's not very helpful as a node label.