Skip to content

omim.ttl has multiple labels on classes #969

@matentzn

Description

@matentzn

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions