RDF.Graph.delete_annotations
You're seeing just the function
delete_annotations
, go back to RDF.Graph module for more information.
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.
Specs
delete_annotations( t(), input(), boolean() | RDF.Star.Statement.coercible_predicate() | [RDF.Star.Statement.coercible_predicate()] ) :: t()
See RDF.Star.Graph.delete_annotations/3
.