owlapy.model.OWLSymmetricObjectPropertyAxiom

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

Bases: owlapy.model.OWLUnaryPropertyAxiom[owlapy.model.OWLObjectPropertyExpression], owlapy.model.OWLObjectPropertyAxiom

Represents SymmetricObjectProperty axioms in the OWL 2 specification.

Methods

annotations

get_property

is_annotated

is_annotation_axiom

is_anonymous

is_logical_axiom

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