owlapy.model.OWLSubDataPropertyOfAxiom¶
-
class
owlapy.model.
OWLSubDataPropertyOfAxiom
(sub_property: owlapy.model.OWLDataPropertyExpression, super_property: owlapy.model.OWLDataPropertyExpression, annotations: Optional[Iterable[owlapy.model.OWLAnnotation]] = None)[source]¶ Bases:
owlapy.model.OWLSubPropertyAxiom
[owlapy.model.OWLDataPropertyExpression
],owlapy.model.OWLDataPropertyAxiom
Represents a SubDataPropertyOf axiom in the OWL 2 specification
Methods
-
annotations
() → Optional[List[owlapy.model.OWLAnnotation]]¶
-
is_annotated
() → bool¶
-
is_annotation_axiom
() → bool¶
-
is_anonymous
() → bool¶
-
is_logical_axiom
() → bool¶
-