Create the given (empty) graphs.
The graph names to create.
If true, an error MUST be thrown when any of the graph already exists. For destinations that do not record empty graphs, this should only throw if at least one quad with the given quad already exists.
Graphs that should be deleted.
The graph(s) in which all triples must be removed.
If true, and any of the graphs does not exist, an error must be emitted. Should only be considered on destinations that record empty graphs.
If the graphs themselves should also be dropped. Should not happen on the 'DEFAULT' graph. Should only be considered on destinations that record empty graphs.
Updates destination with quad stream to insert and quad stream to delete.
The quads to insert and delete.
Optional
delete?: AsyncIterator<Quad>Optional
insert?: AsyncIterator<Quad>
A quad destination.