-
Notifications
You must be signed in to change notification settings - Fork 1
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
Convert to full use of ODK for ontology development #13
Comments
TODO:
|
TODO:
|
TODO:
|
TODO |
Things that need to be fixed after updating to ODK 1.3.0:
DOSDP patterns:
sh run.sh make ../patterns/definitions.owl -B IMP=false
, butsh run.sh make ../patterns/pattern.owl -B IMP=false
throws the error below, which is not terribly helpful. However, definitions.owl is all I really need.Imports:
Modules:
Releases:*
TBD. Maybe once I fix patterns and imports, it will work correctly. For now, I have to run
make IMP=false PAT=false prepare_release
for it to work correctly (but first make sure the imports and patterns are up to date).The text was updated successfully, but these errors were encountered: