ObjectPropertyChain
- class ObjectPropertyChain(object_property_expressions: Sequence[ObjectPropertyExpression | URIRef | Reference | Referenced | str | IdentifierBox])[source]
Bases:
Box
Represents a list of object properties.
Instantiate a list of object property expressions.
Methods Summary
Get the inside of the functional OWL tag representing the object property chain.
to_rdflib_node
(graph, converter)Represent the list of object property expressions for RDF.
Methods Documentation