librdf_model_add_statements {redland} | R Documentation |
Add a stream of statements to the model.
librdf_model_add_statements ( model,
statement_stream,
.copy )
model |
model object ("_p_librdf_model_s") |
statement_stream |
stream of statements to use ("_p_librdf_stream_s") |
.copy |
NA |
integer
This R function is a wrapper function that directly calls the the Redland RDF C libraries. For more information about Redland RDF, view the online documentation indicated in the 'References' section.