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

CMO completely broken right now due to parsing issues #13

Open
matentzn opened this issue Jun 29, 2023 · 5 comments
Open

CMO completely broken right now due to parsing issues #13

matentzn opened this issue Jun 29, 2023 · 5 comments

Comments

@matentzn
Copy link

Hello!

Right now CMO cannot be processed at all:

As a minimum, please try to use ROBOT with the OWL release file (which is the most important one):

robot convert -i cmo.owl -f ofn -o cmo.ofn

Or open it with Protege!

@tutajm
Copy link
Member

tutajm commented Jul 5, 2023

As suggested we have added another file in OWL functional format .ofn. The files is available here: https://download.rgd.mcw.edu/ontology/clinical_measurement/clinical_measurement.ofn

Please let us know if that fixes your problem.

PS. The .ofn file is generated from obo file just like mentioned above :-)

@matentzn
Copy link
Author

matentzn commented Jul 6, 2023

@tutajm sorry I should have made myself clearer - we do not need a OFN release. I merely provided a test for you to run so you can fix the broken parts of CMO. What matters that all the errors in the latest CMO release are fixed, and you can test this using:

robot convert -I http://purl.obolibrary.org/obo/cmo.owl -f ofn -o cmo.ofn

CMO.owl should definitely be RDF/XML syntax, not OFN. But, from what I can see, the OFN file looks great! I spot-checked for errors and it seems all working now. THANK YOU!

@tutajm
Copy link
Member

tutajm commented Jul 7, 2023

The files http://purl.obolibrary.org/obo/cmo.owl and http://purl.obolibrary.org/obo/cmo.obo are very old: from Feb 2019. Since then, the ontology has been updated numerous times.

The latest version of cmo ontology (updated weekly) you can always find here:
https://download.rgd.mcw.edu/ontology/clinical_measurement/clinical_measurement.owl
https://download.rgd.mcw.edu/ontology/clinical_measurement/clinical_measurement.obo

Now I'm trying to figure out how to update cmo ontology at purl.obolibrary.org.

@matentzn
Copy link
Author

matentzn commented Jul 7, 2023

@tutajm
Copy link
Member

tutajm commented Jul 7, 2023

Created a pull-request to update cmo.yml. Thanks for help!

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