DisjointUnion
- class DisjointUnion(parent, class_expressions, *, annotations=None)[source]
Bases:
ClassAxiomA class axiom defined in 9.1.4 “Disjoint Union of Class Expressions”.
Initialize a disjoint union of class expressions axiom.
Methods Summary
to_rdflib_node(graph, converter)Represent the disjoint union of class expressions axiom as RDF.
Methods Documentation
- Parameters:
parent (SimpleClassExpression)
class_expressions (Sequence[ClassExpression | IdentifierBoxOrHint])
annotations (list[Annotation])