5.13.4 Inserter¶
-
SerdSink *serd_inserter_new(SerdModel *model, const SerdNode *default_graph)¶
Create an inserter for writing statements to a model.
Once created, an inserter is just a sink with no additional interface.
- Parameters
model – The model to insert received statements into.
default_graph – Optional default graph, which will be set on received statements that have no graph. This allows, for example, loading a Turtle document into an isolated graph in the model.
- Returns
A newly allocated sink which must be freed with
serd_sink_free()
.