DisjointObjectProperties

class DisjointObjectProperties(object_property_expressions: Sequence[ObjectPropertyExpression | URIRef | Reference | Referenced | str | IdentifierBox], *, annotations: list[Annotation] | None = None)[source]

Bases: _ObjectPropertyList

An object property axiom defined in 9.2.3 “Disjoint Object Properties”.

Instntiate an object property list.

Methods Summary

to_rdflib_node(graph, converter)

Represent the disjoint object properties axiom for RDF.

Methods Documentation

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

Represent the disjoint object properties axiom for RDF.