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() → 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¶
-