Learn R Programming

redland (version 1.0.17-9)

librdf_model_add_statements: 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

http://librdf.org/docs

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.