owlapy.model.OWLEquivalentDataPropertiesAxiom¶
-
class
owlapy.model.
OWLEquivalentDataPropertiesAxiom
(properties: List[owlapy.model.OWLDataPropertyExpression], annotations: Optional[Iterable[owlapy.model.OWLAnnotation]] = None)[source]¶ Bases:
owlapy.model.OWLNaryPropertyAxiom
[owlapy.model.OWLDataPropertyExpression
],owlapy.model.OWLDataPropertyAxiom
Represents EquivalentDataProperties axioms in the OWL 2 Specification.
Methods
-
annotations
() → Optional[List[owlapy.model.OWLAnnotation]]¶
-
as_pairwise_axioms
() → Iterable[owlapy.model.OWLNaryPropertyAxiom]¶
-
is_annotated
() → bool¶
-
is_annotation_axiom
() → bool¶
-
is_anonymous
() → bool¶
-
is_logical_axiom
() → bool¶
-