owlapy.model.OWLDataPropertyRangeAxiom¶
-
class
owlapy.model.OWLDataPropertyRangeAxiom(property_: owlapy.model.OWLDataPropertyExpression, range_: owlapy.model.OWLDataRange, annotations: Optional[Iterable[owlapy.model.OWLAnnotation]] = None)[source]¶ Bases:
owlapy.model.OWLPropertyRangeAxiom[owlapy.model.OWLDataPropertyExpression,owlapy.model.OWLDataRange]Represents a DataPropertyRange 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¶
-