-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
omim.ttl has classes which have multiple rdfs:label annotations, such as:
ORPHA:118231 a owl:Class ;
rdfs:label "Capillary malformation-arteriovenous malformation",
"Parkes Weber syndrome" ;
biolink:category biolink:Disease .
By my regex count (rdfs:label.*,$) about 550. Having multiple labels is problematic for many reasons, including potential non-determinism in what the UI presents to the user but also (which is my problem), it is not obo-conformant, which means OBO parsers that are set to strict will fail when they encounter these cases. Could we perhaps select a label (for example the alphabetically sorted first) as rdfs:label and store the remaining labels as exactSynonym? I dont know what the practice is here generally, happy to learn how things go.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels