owlapy.model.OWLDataIntersectionOf¶
-
class
owlapy.model.
OWLDataIntersectionOf
(operands: Iterable[owlapy.model.OWLDataRange])[source]¶ Bases:
owlapy.model.OWLDataRange
,owlapy.model.HasOperands
[owlapy.model.OWLDataRange
]Represents DataIntersectionOf in the OWL 2 Specification.
- Parameters:
operands – data ranges
Methods
Gets the operands - e.g., the individuals in a sameAs axiom, or the classes in an equivalent classes axiom.
Attributes
-
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 = 4004¶