Theory
A federation of ontologies that actually fit together
Biology and biomedicine run on the OBO Foundry — a community of open, interoperable ontologies built to shared principles. The flagship is the Gene Ontology (GO), which describes gene products by their molecular functions, biological processes and cellular components — and is one of the most-used resources in all of science.
- Shared principles — OBO ontologies commit to openness, a common IRI scheme (
http://purl.obolibrary.org/obo/...), clear definitions, and orthogonality: each ontology owns its domain so they compose instead of overlapping. GO owns gene function; ChEBI owns chemicals; Uberon owns anatomy; DOID owns diseases. - A common upper ontology — most OBO ontologies anchor to BFO (Basic Formal Ontology), which is why they interoperate: shared top-level distinctions (continuant vs occurrent, etc.) make cross-ontology axioms coherent.
- Annotation at scale — GO's real payload is annotations: millions of statements linking gene products to GO terms, with evidence codes recording how each was established (experiment vs inference).
- Tooling — ontologies are authored in OWL, distilled to OBO format, browsed in OLS / BioPortal, and edited with Protégé / ROBOT pipelines.
Use Case Example: A lab runs an experiment and gets a list of over-expressed genes. GO enrichment analysis asks 'which biological processes are over-represented?' by rolling the genes up GO's is-a/part-of hierarchy — turning a raw gene list into interpretable biology, all because everyone annotates against the same governed ontology.