ObjectOneOf
- class ObjectOneOf(individuals: Sequence[URIRef | Reference | Referenced | str | IdentifierBox])[source]
Bases:
ClassExpression
A 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
Methods Documentation