-
Notifications
You must be signed in to change notification settings - Fork 48
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
Dump as OWL #149
Comments
It's getting there, I have almost finalized the OBO to OWL mapping at the syntactic level in |
Excellent news! However the OWL python software ecosystem is basically turtles all the way down now... it would be great to have a reference implementation of everything in one package (would be great if it were yours). I guess you're involved in horned-owl though? |
Well, |
The end goal being to have the different implementations in different Rust crates, but then expose all of them in the |
Okay so you can now dump to OWL Functional in |
@althonos wanted to follow up to see what the status of this enhancement is. I'd like to turn an OBO ontology into OWL format; however, in both the docs and the source code, it looks like OWL Functional isn't supported (I have v2.5.5) |
Right now the
Ontology.dump()
function only supports OBO and OBO Graph JSON. It would be great if it could dump valid OWL (e.g. in RDF/XML) or another serialization of OWL that can be read by ProtegeThe text was updated successfully, but these errors were encountered: