owlapy.model.OWLDataUnionOf

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

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

Represents a DataUnionOf data range in the OWL 2 Specification.

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.

Attributes

type_index

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

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

Returns:

The operands.

type_index: Final = 4005