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

to_funowl_args()

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

to_funowl_args() str[source]

Get the inside of the functional OWL tag representing the object property chain.

to_rdflib_node(graph: Graph, converter: Converter) IdentifiedNode[source]

Represent the list of object property expressions for RDF.