AnnotationAssertion

class AnnotationAssertion(annotation_property: URIRef | Reference | Referenced | str | IdentifierBox, subject: URIRef | Reference | Referenced | str | IdentifierBox, value: URIRef | Reference | Referenced | str | IdentifierBox | LiteralBox | Literal | int | float | bool | date | datetime | OBOLiteral, *, annotations: list[Annotation] | None = None)[source]

Bases: AnnotationAxiom

An 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

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

Represent the annotation assertion axiom for RDF.