AnnotationAssertion

class AnnotationAssertion(annotation_property, subject, value, *, annotations=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

Parameters:
to_rdflib_node(graph, converter)[source]

Represent the annotation assertion axiom for RDF.

Parameters:
  • graph (Graph)

  • converter (Converter)

Return type:

IdentifiedNode