owlapy.model.OWLNaryDataRange

class owlapy.model.OWLNaryDataRange(operands: Iterable[owlapy.model.OWLDataRange])[source]

Bases: owlapy.model.OWLDataRange, owlapy.model.HasOperands[owlapy.model.OWLDataRange]

OWLNaryDataRange.

Parameters:

operands – data ranges

Methods

is_anonymous

operands

Gets the operands - e.g., the individuals in a sameAs axiom, or the classes in an equivalent classes axiom.

is_anonymous()bool
operands()Iterable[owlapy.model.OWLDataRange][source]

Gets the operands - e.g., the individuals in a sameAs axiom, or the classes in an equivalent classes axiom.

Returns:

The operands.