owlapy.model.OWLDataPropertyAxiom¶
-
class
owlapy.model.
OWLDataPropertyAxiom
(annotations: Optional[Iterable[owlapy.model.OWLAnnotation]] = None)[source]¶ Bases:
owlapy.model.OWLPropertyAxiom
The base interface for data property axioms.
Methods
-
annotations
() → Optional[List[owlapy.model.OWLAnnotation]]¶
-
is_annotated
() → bool¶
-
is_annotation_axiom
() → bool¶
-
is_anonymous
() → bool¶
-
is_logical_axiom
() → bool¶
-