ObjectPropertyChain

class ObjectPropertyChain(object_property_expressions)[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

Parameters:

object_property_expressions (Sequence[ObjectPropertyExpression])

to_funowl_args()[source]

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

Return type:

str

to_rdflib_node(graph, converter)[source]

Represent the list of object property expressions for RDF.

Parameters:
  • graph (Graph)

  • converter (Converter)

Return type:

BNode | URIRef