NegativeObjectPropertyAssertion
- class NegativeObjectPropertyAssertion(object_property_expression: ObjectPropertyExpression | URIRef | Reference | Referenced | str | IdentifierBox, source_individual: URIRef | Reference | Referenced | str | IdentifierBox, target_individual: URIRef | Reference | Referenced | str | IdentifierBox, *, annotations: list[Annotation] | None = None)[source]
Bases:
_BaseObjectPropertyAssertion
An axiom for 9.6.5 “Negative Object Property Assertions”.
Initialize an object property assertion axiom.
Methods Summary
to_rdflib_node
(graph, converter)Represent the negative object property assertion axiom for RDF.
Methods Documentation