- rdf_unload(+Source) is det
- Identify the graph loaded from Source and use rdf_unload_graph/1
to erase this graph.
- deprecated
- - For compatibility, this predicate also accepts a
graph name instead of a source specification.
Please update your code to use
rdf_unload_graph/1.