owlapy.model.OWLObjectPropertyRangeAxiom

class owlapy.model.OWLObjectPropertyRangeAxiom(property_: owlapy.model.OWLObjectPropertyExpression, range_: owlapy.model.OWLClassExpression, annotations: Optional[Iterable[owlapy.model.OWLAnnotation]] = None)[source]

Bases: owlapy.model.OWLPropertyRangeAxiom[owlapy.model.OWLObjectPropertyExpression, owlapy.model.OWLClassExpression]

Represents a ObjectPropertyRange axiom in the OWL 2 Specification.

Methods

annotations

get_property

get_range

is_annotated

is_annotation_axiom

is_anonymous

is_logical_axiom

annotations()Optional[List[owlapy.model.OWLAnnotation]]
get_property()_P
get_range()_R
is_annotated()bool
is_annotation_axiom()bool
is_anonymous()bool
is_logical_axiom()bool