NegativeDataPropertyAssertion
- class NegativeDataPropertyAssertion(data_property_expression, source_individual, target, *, annotations=None)[source]
Bases:
_BaseDataPropertyAssertionAn axiom for 9.6.7 “Negative Data Property Assertions”.
>>> NegativeDataPropertyAssertion("a:hasAge", "a:Meg", 5)
Initialize a data property assertion axiom.
Methods Summary
to_rdflib_node(graph, converter)Represent the negative data property assertion axiom for RDF.
Methods Documentation
- Parameters:
data_property_expression (DataPropertyExpression | IdentifierBoxOrHint)
source_individual (IdentifierBox)
target (LiteralBox | IdentifierBox)
annotations (list[Annotation])