GOBO::ClassExpression::RelationalExpression - GOBO::ClassExpression::RelationalExpression documentation


GOBO documentation  | view source Contained in the GOBO distribution.

Index


NAME

Top

GOBO::ClassExpression::RelationalExpression

SYNOPSIS

Top

DESCRIPTION

Top

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


GOBO documentation  | view source Contained in the GOBO distribution.