owlapy.model.OWLPropertyRangeAxiom¶
-
class
owlapy.model.
OWLPropertyRangeAxiom
(property_: _P, range_: _R, annotations: Optional[Iterable[owlapy.model.OWLAnnotation]] = None)[source]¶ Bases:
Generic
[owlapy.model._P
,owlapy.model._R
],owlapy.model.OWLUnaryPropertyAxiom
[owlapy.model._P
]Represents ObjectPropertyRange axioms 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¶
-