AnnotationAssertion
- class AnnotationAssertion(annotation_property, subject, value, *, annotations=None)[source]
Bases:
AnnotationAxiomAn annotation axiom defined in 10.2.1 Annotation Assertion.
Initialize an annotation assertion axiom.
Methods Summary
to_rdflib_node(graph, converter)Represent the annotation assertion axiom for RDF.
Methods Documentation
- Parameters:
annotation_property (AnnotationProperty)
subject (IdentifierBox)
value (LiteralBox | IdentifierBox)
annotations (list[Annotation])