SubObjectPropertyOf

class SubObjectPropertyOf(child: ObjectPropertyExpression | ObjectPropertyChain | URIRef | Reference | Referenced | str | IdentifierBox, parent: ObjectPropertyExpression | URIRef | Reference | Referenced | str | IdentifierBox, *, annotations: list[Annotation] | None = 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

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

Represent the object subproperty axiom for RDF.