Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weirdness in Ubergraph around RO and BFO labels (two labels for one CURIE) #156

Open
DnlRKorn opened this issue Sep 26, 2024 · 1 comment

Comments

@DnlRKorn
Copy link

DnlRKorn commented Sep 26, 2024

I ran a small script that grabbed some labels from Ubergraph for some CURIEs. And got some errors (the following uses Oaklib)

(ORION) [dkorn@ht1 obo-labo]$ python check_for_mapping_conflicts.py
WARNING:root:Multiple labels for BFO:0000050 = part of != part_of
WARNING:root:Multiple labels for BFO:0000051 = has part != has_part
WARNING:root:Multiple labels for RO:0002202 = develops_from != develops from
WARNING:root:Multiple labels for RO:0002202 = develops_from != develops from
WARNING:root:Multiple labels for RO:0002211 = regulates != regulates (processual)
WARNING:root:Multiple labels for RO:0002297 = results in formation of != results in formation of anatomical entity
WARNING:root:Multiple labels for BFO:0000062 = preceded by != preceded_by
WARNING:root:Multiple labels for RO:0002087 = immediately preceded by != immediately_preceded_by
WARNING:root:Multiple labels for RO:0002496 = existence starts during or after != start stage
WARNING:root:Multiple labels for RO:0002497 = existence ends during or before != end stage
WARNING:root:Multiple labels for RO:0004022 = disease arises from feature != disease has basis in feature

I dug into RO:0004022 as a test case. When I look at the sparql I see two options for the label:" "disease arises from feature" and "disease has basis in feature"

image

But checking the OWL for RO it looks like the correct label is "disease has basis in feature". Not sure where the other label is coming from.

image

@balhoff
Copy link
Member

balhoff commented Sep 26, 2024

It comes from MONDO: https://api.triplydb.com/s/ehseoJ7O0

Do you know anybody who works on that ontology? 😜

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants