RDF.Graph.add_annotations

You're seeing just the function add_annotations, go back to RDF.Graph module for more information.
Link to this function

add_annotations(graph, statements, annotations)

View Source

Specs

add_annotations(t(), input(), RDF.Description.input() | nil) :: t()

Adds RDF-star annotations to the given set of statements.

The set of statements can be given in any input form (see add/3).

The predicate-objects pairs to be added as annotations can be given as a tuple, a list of tuples or a map.