RDF.Description.delete
You're seeing just the function
delete
, go back to RDF.Description module for more information.
Specs
Deletes statements from a RDF.Description
.
Note: When the statements to be deleted are given as another RDF.Description
,
the subject must not match subject of the description from which the statements
are deleted. If you want to delete only a matching description subject, you can
use RDF.Data.delete/2
.