RDF.Dataset.delete
You're seeing just the function
delete
, go back to RDF.Dataset module for more information.
Specs
Deletes statements from a RDF.Dataset
.
The graph
option allows to set a different destination graph from which the
statements should be deleted, ignoring the graph context of given quads or the
name of given graphs.
Note: When the statements to be deleted are given as another RDF.Dataset
,
the dataset name must not match dataset name of the dataset from which the statements
are deleted. If you want to delete only datasets with matching names, you can
use RDF.Data.delete/2
.