 [nondet]rdf_retractall(?S, 
?P, ?O)
[nondet]rdf_retractall(?S, 
?P, ?O, ?G)Remove all matching triples from the database. Matching is performed 
using the same rules as rdf/3. The 
call does not instantiate any of its arguments.
[nondet]rdf_retractall(?S, 
?P, ?O)
[nondet]rdf_retractall(?S, 
?P, ?O, ?G)Remove all matching triples from the database. Matching is performed 
using the same rules as rdf/3. The 
call does not instantiate any of its arguments.
 [det]rdf_retractall(?Subject, 
?Predicate, ?Object, ?Graph)As rdf_retractall/3, also 
matching Graph. This is particularly useful to remove all 
triples coming from a loaded file. See also
rdf_unload/1.
[det]rdf_retractall(?Subject, 
?Predicate, ?Object, ?Graph)As rdf_retractall/3, also 
matching Graph. This is particularly useful to remove all 
triples coming from a loaded file. See also
rdf_unload/1.