librdf_model_add_statements {redland} | R Documentation |
Add a stream of statements to the model.
Description
Add a stream of statements to the model.
Usage
librdf_model_add_statements ( model,
statement_stream,
.copy )
Arguments
model |
model object ("_p_librdf_model_s") |
statement_stream |
stream of statements to use ("_p_librdf_stream_s") |
.copy |
NA |
Value
integer
References
See Also
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.
[Package redland version 1.0.17-18 Index]