-
Notifications
You must be signed in to change notification settings - Fork 0
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
Test OWL ZIP #19
Comments
I was able to get this working with a Gradle project, not yet with Clojure. I was getting a series of really annoying errors, so I switched to Java to make sure it actually works (I think it's something with dependencies). I was able to read BFO contained in
I'll go get this working in Clojure now.
Just to make sure I'm getting this correct... this is what we want for the OWLZipYaml:
|
Ok, that was easier than expected. I got it -kind of- working in Clojure. I get an exception, but it's not fatal and the ontology still loads:
I used |
See owlcs/owlapi#375 and recent commits to OWLAPI
master
: owlcs/owlapi@b583351I think it would be helpful for us to test this before it's released.
Build OWLAPI from
master
.See if OWLAPI master can open the ZIP files we're currently creating. If this doesn't work, try naming the zipped ontology
root.owl
.Generate YAML index files and add them to the ZIP files. The "root" is the requested ontology. Make sure OWLAPI master can open them.
The text was updated successfully, but these errors were encountered: