Transition to OWL 2013-2014

From GO Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Background

Successes

  • All software developed in GO now consumes the OWL as primary - obo is converted to OWL behind the scenes
  • We have many TermGenie templates, equivalence axioms are created prospectively rather than retrospectively
  • We have OWL reasoning as part of a continuous integration service - Jenkins
  • GO software group (Heiko) and collaborators have written plugins to help approximate OE behavior - Ontology_editor_plugins - thanks particularly to Jim Balhoff
  • Ontology editors are confident in using Protege
  • Ontology engineering has become more like software engineering
  • CL has switched to using OWL for the edit version, and GO editors participate in development

Weak points

  • Many OWL axioms are not visible or editable during normal ontology editing workflow in OBO-Edit
  • Entailments of those axioms are not visible
    • This necessitates cacheing entailments using is_inferred="true" axiom annotation
    • Additional complexity in workflow as cached entailments are re-checked, takes time to investigate
  • New terms still come in through OE and non-template TG necessitating retrospective axiomatization; delaying this ultimately means more refactoring and debugging

The weakpoints come down to lack of OWL support in OBO-Edit - particularly: working with >1 ontology, fast reasoning

The consensus is that Protege in its current state would lead to a loss of productivity in other areas - hence the existing hybrid solution, with Protege used for extension ontologies and debugging, TG for new terms, and OE as the workhorse.

Plan

The ontology group will come up with recommendations before the Bar Harbor meeting (Oct 2013) and provide these to the software group.

We need to decide on where to spend resources

  • Adding more plugins to Protege to better approximate OBO-Edit? Can this be approximated with plugins or is the foundation flawed? Would more training help?
  • Releasing feature freeze on OBO-Edit, adding integration with Elk (remove need for cacheing entailments), support for multiple ontologies (no need for separate gene_ontology_xp_write)
  • Modifying workflow to suit existing hybrid environment. E.g. adding MIREOT of external ontologies directly into gene_ontology_write
  • Adding more web-based editing capabilities