RDF.Diff.apply
You're seeing just the function
apply
, go back to RDF.Diff module for more information.
Specs
apply(t(), RDF.Description.t() | RDF.Graph.t()) :: RDF.Graph.t()
Applies a diff to a RDF.Graph
or RDF.Description
by deleting the deletions
and adding the additions
of the diff
.
Deletions of statements which are not present in the given graph or description are simply ignored.
The result of an application is always a RDF.Graph
, even if a RDF.Description
is given and the additions from the diff are all about the subject of this description.