SubObjectPropertyOf

class SubObjectPropertyOf(child, parent, *, annotations=None)[source]

Bases: ObjectPropertyAxiom

An object property axiom defined in 9.2.1 “Object Subproperties”.

Instantiate an object subproperty axiom.

Methods Summary

to_rdflib_node(graph, converter)

Represent the object subproperty axiom for RDF.

Methods Documentation

Parameters:
to_rdflib_node(graph, converter)[source]

Represent the object subproperty axiom for RDF.

Parameters:
  • graph (Graph)

  • converter (Converter)

Return type:

BNode