[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)Remove all matching triples from the database. As
rdf_retractall/4 using an
unbound graph. See also
rdf_retractall/4 and rdf_unload/1.