RDF.Graph.delete_annotations

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

delete_annotations(graph, statements)

View Source

Deletes RDF-star annotations of a given set of statements.

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

If true is given as the third argument or is delete_annotations/2 is used, all annotations of the given statements are deleted.

If a single predicate or list of predicates is given only statements with these predicates from the annotations of the given statements are deleted.

Link to this function

delete_annotations(graph, statements, delete)

View Source

Specs

See RDF.Star.Graph.delete_annotations/3.