SubDataPropertyOf
- class SubDataPropertyOf(child: DataPropertyExpression | URIRef | Reference | Referenced | str | IdentifierBox, parent: DataPropertyExpression | URIRef | Reference | Referenced | str | IdentifierBox, *, annotations: list[Annotation] | None = None)[source]
Bases:
DataPropertyAxiom
A data property axiom for 9.3.1 “Data Subproperties”.
Instantiate a data subproperties axiom.
Methods Summary
to_rdflib_node
(graph, converter)Represent the data subproperties axiom for RDF.
Methods Documentation