You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
In many OBO ontologies, such the Environment Ontology (envo) and Environmental Exposure Ontology (ecto), we have found it extremely helpful to develop the ontology in a src/ontology directory and then use github actions perform error checking on change to the development file. Once the development file is ready new release can be made to the top level.
For example, here the simplified view of ecto's directory structure:
root
- ecto.owl
- src
- ontology
- ecto-edit.owl
The ontology editors make changes, using github branches and pull requests, to src/ontology/ecto-edit.owl. When a new pull request (i.e., change) is merged, we perform quality checks, and when ready, robot is used to build the final release product ecto.owl. This also allows us to use functional syntax, which is much more readable, for the ecto-edit.owl file and then have the release project use rdf/xml.
The advantage of this is that lots of activity can be going on concerning the edit file, but the release at the top level always remains stable.
There are lots of details to the workflow that happy to discuss.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In many OBO ontologies, such the Environment Ontology (envo) and Environmental Exposure Ontology (ecto), we have found it extremely helpful to develop the ontology in a
src/ontology
directory and then use github actions perform error checking on change to the development file. Once the development file is ready new release can be made to the top level.For example, here the simplified view of ecto's directory structure:
The ontology editors make changes, using github branches and pull requests, to
src/ontology/ecto-edit.owl
. When a new pull request (i.e., change) is merged, we perform quality checks, and when ready, robot is used to build the final release productecto.owl
. This also allows us to use functional syntax, which is much more readable, for theecto-edit.owl
file and then have the release project use rdf/xml.The advantage of this is that lots of activity can be going on concerning the edit file, but the release at the top level always remains stable.
There are lots of details to the workflow that happy to discuss.
The text was updated successfully, but these errors were encountered: