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::ClassExpression::RelationalExpression

SYNOPSIS

DESCRIPTION

An GOBO::ClassExpression in which the members are constructed by applying a relation. For example, "the set of all things that are part_of an oocyte". In this expression, the relation is part_of and the target is oocyte.

Syntax

 REL(TARGET)

For example:

  part_of(CL:0001234)

OWL Translation

Same as a Class Restriction in OWL