GOBO::Node - GOBO::Node documentation


GOBO documentation  | view source Contained in the GOBO distribution.

Index


NAME

Top

GOBO::Node

SYNOPSIS

Top

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

DESCRIPTION

Top

 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

Top

GOBO::Graph


GOBO documentation  | view source Contained in the GOBO distribution.