RDF.Graph.delete_descriptions
You're seeing just the function
delete_descriptions
, go back to RDF.Graph module for more information.
Specs
delete_descriptions( t(), RDF.Statement.coercible_subject() | [RDF.Statement.coercible_subject()] ) :: t()
Deletes all statements with the given subjects
.
If subjects
contains subjects that are not in graph
, they're simply ignored.