ObjectOneOf
- class ObjectOneOf(individuals)[source]
Bases:
ClassExpressionA class expression defined in 8.1.4 Enumeration of Individuals.
Initialize the model with a list of class expressions.
Attributes Summary
Methods Summary
Get the inside of the functional OWL tag representing the enumeration of individuals.
to_rdflib_node(graph, converter)Represent this enumeration of individuals for RDF.
Attributes Documentation
- Parameters:
individuals (Sequence[IdentifierBox])
Methods Documentation