The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

GOBO::Node

SYNOPSIS

  printf '%s "%s"', $n->id, $n->label;

DESCRIPTION

 A unit in a graph. The Node class hierarchy:

 * L<GOBO::ClassNode>
 ** L<GOBO::TermNode>
 ** L<GOBO::ClassExpression>
 * L<GOBO::RelationNode>
 * L<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