[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 particulary useful to remove all
triples coming from a loaded file. See also
rdf_unload/1.