The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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