Skip to content

Inter ontology disjointness Design Pattern

Chris Mungall edited this page Jul 21, 2013 · 4 revisions

Status: intermediate draft

Authors and contributors:

  • Chris Mungall (author)

Date: 2012

Document Type: ontology_design_pattern

Summary

Uberon contains explicit disjointness axioms between Uberon classes and classes in external ontologies.

For example:

  • neck of organ DisjointWith MA:"neck organ"
  • hypodermis DisjointWith WBbt:"hypodermis"

These axioms can be used by humans and computers to avoid accidentally falsely equating distinct structures based on nomenclature. In many cases these exioms are redundant with more general disjointness axioms within the ontology, but are still retained as a separate explicit confirmation of disjointness.

Availability

The ontology is called uberon/external-disjoints.owl

It is not bundled with any of the main ontology releases.

Editor Notes

Notes

Note that in OWL, DisjointWith refers purely to class disjointness, not spatial disjointness.

See Also:

Clone this wiki locally