INCATools / kgcl

Datamodel for KGCL (Knowledge Graph Change Language)
https://w3id.org/kgcl/
MIT License
11 stars 4 forks source link

Collect more information for Synonym proposals #58

Open twhetzel opened 7 months ago

twhetzel commented 7 months ago

It would be useful to collect more information for synonym proposals. For Mondo curation, it would be useful to:

Using the current BioPortal UI implementation (Feb 2024), this is not possible. BioPortal - Synonyms

hrshdhgd commented 7 months ago

the qualifier feature already exits:

or am I misunderstanding something? If so, could you give me an example?

matentzn commented 7 months ago

There are two confusion orthogonal qualifier concepts here:

  1. Synonym precision (exact, broad, related etc)
  2. Synonym types (abbreviation, layperson, acronym, etc)

They are implemented very differently in owl and layered on top of each other. Every synonym MUST have a precision, and may have, in a addition, one or more synonym types (the "or more" is rare). So an abbreviation, for example would be "exact" + "abbreviation" (1 precision qualifier and one synonym type)