int librdf_storage_add_statement (librdf_storage* storage, librdf_statement* statement);
int librdf_storage_add_statement
librdf_storage object
librdf_statement statement to add
The passed-in statement is copied when added to the store, not shared with the store.
non 0 on failure