DisjointDataProperties

class DisjointDataProperties(data_property_expressions: Sequence[DataPropertyExpression | URIRef | Reference | Referenced | str | IdentifierBox], *, annotations: list[Annotation] | None = None)[source]

Bases: _DataPropertyList

A data property axiom for 9.3.3 “Disjoint Data Properties”.

Instantiate a data property list axiom.

Methods Summary

to_rdflib_node(graph, converter)

Represent the disjoint data properties axiom for RDF.

Methods Documentation

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

Represent the disjoint data properties axiom for RDF.