diff --git a/docs/reference/synonym-validation.md b/docs/reference/synonym-validation.md index a4799804..35beed21 100644 --- a/docs/reference/synonym-validation.md +++ b/docs/reference/synonym-validation.md @@ -13,9 +13,12 @@ #### The same synonym cannot be duplicated with a different scope -- An entity has duplicate synonyms with different properties (e.g. the same broad and related synonym). This causes ambiguity. +- An entity has duplicate synonyms with different properties (e.g. the same broad and related synonym). This causes ambiguity. An example screenshot from Mondo is pasted below. - Implemented in the form of [Duplicate Scoped Synonyms](https://robot.obolibrary.org/report_queries/duplicate_scoped_synonym) check in the ROBOT report. +image + + #### The same synonym cannot be an exact synonym and a label at the same time - Implemented in the form of the [duplicate_label_synonym](https://robot.obolibrary.org/report_queries/duplicate_label_synonym) check implemented in ROBOT report.