NAME
GOBO::Node
SYNOPSIS
printf '%s "%s"', $n->id, $n->label;
DESCRIPTION
A unit in a graph. The Node class hierarchy:
* GOBO::ClassNode
** GOBO::TermNode
** GOBO::ClassExpression
* GOBO::RelationNode
* GOBO::InstanceNode
With a simple ontology graph, the core units are TermNodes.
SEE ALSO
GOBO::Graph
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 59:
=back without =over