owlapy.model.OWLNaryPropertyAxiom

class owlapy.model.OWLNaryPropertyAxiom(properties: List[_P], annotations: Optional[Iterable[owlapy.model.OWLAnnotation]] = None)[source]

Bases: Generic[owlapy.model._P], owlapy.model.OWLPropertyAxiom, owlapy.model.OWLNaryAxiom[owlapy.model._P]

Methods

annotations

as_pairwise_axioms

is_annotated

is_annotation_axiom

is_anonymous

is_logical_axiom

properties

annotations()Optional[List[owlapy.model.OWLAnnotation]]
as_pairwise_axioms()Iterable[owlapy.model.OWLNaryPropertyAxiom][source]
is_annotated()bool
is_annotation_axiom()bool
is_anonymous()bool
is_logical_axiom()bool
properties()Iterable[_P][source]