librdf_model_add_statements

Name

librdf_model_add_statements --  Add a stream of statements to the model

Synopsis

int librdf_model_add_statements (librdf_model* model, librdf_stream* statement_stream);

Arguments

model

model object

statement_stream

stream of statements to use

Description

If any of the statements already exists in the store, they are not added unless Redland contexts are being used. See also librdf_model_context_add_statements

Return value

non 0 on failure