| GOBO documentation | Contained in the GOBO distribution. |
GOBO::TermNode
printf '%s "%s" def: "%s"', $n->id, $n->label, $n->definition;
Core element in an ontology.
GOBO::Graph
| GOBO documentation | Contained in the GOBO distribution. |
package GOBO::TermNode; use Moose; use strict; extends 'GOBO::ClassNode'; with 'GOBO::Definable'; 1;