-
Notifications
You must be signed in to change notification settings - Fork 34
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
Can't read ontologies into Protege #249
Comments
Hi @jlloganiii , We are working on making these network accessible so a user can retrieve the ontology files by pointing at the ontology's IRI. For now, the way I've found Protege will work is to:
It does not seem like that file can be version-controlled for the general convenience of Protege users, because the file paths it logs are absolute paths, including user shell name. To be even feasible to consider tracking, there would need to be some mechanism to define a variable in the XML to enable pathing relative to the catalog file's location; and even then, UCO's ontology committee would need to consider supporting the catalog as an artifact to the benefit of (to my knowledge) a sole tool. I don't speak for the committee, but that is the hill up which a proposal would need to climb. We hope for this issue to be moot soon, for Protege and for other tools, once the ontologies are network accessible. Meanwhile, if you are interested in documentation more pleasing to the eye than raw Turtle data, you can find a render of UCO 0.6.0 here: |
We have a potential resolution for this matter (tracking on UCO's Jira: OC-180). Does this file happen to work for you? https://github.com/DrSnowbird/UCO/blob/master/catalog-v001.xml |
Hello @jlloganiii , UCO now deploys web-retrieval ontology resources that should load with Protégé. Issue 449 has been filed to make offline Protégé interaction an option. |
I just stumbled across this Issue and saw it's still open. With the resolution of #449 , I believe this is resolved. Please do re-open if you have any outstanding issues. |
What are the steps to import these ontologies into Protege? I've been struggling with XML catalog and null pointer exceptions.
The text was updated successfully, but these errors were encountered: