owlapy.model.OWLAnnotationPropertyRangeAxiom

class owlapy.model.OWLAnnotationPropertyRangeAxiom(property_: owlapy.model.OWLAnnotationProperty, range_: owlapy.model.IRI, annotations: Optional[Iterable[owlapy.model.OWLAnnotation]] = None)[source]

Bases: owlapy.model.OWLAnnotationAxiom

Represents an AnnotationPropertyRange 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()owlapy.model.OWLAnnotationProperty[source]
get_range()owlapy.model.IRI[source]
is_annotated()bool
is_annotation_axiom()bool
is_anonymous()bool
is_logical_axiom()bool