Create and add a new statement about a literal to the model.
librdf_model_add_string_literal_statement ( model,
subject,
predicate,
literal,
inStrOrNull,
is_wf_xml,
.copy )
integer
model object ("_p_librdf_model_s")
librdf_node of subject ("_p_librdf_node_s")
librdf_node of predicate ("_p_librdf_node_s")
string literal conten ("character")
language of literal ("character")
literal is XML ("integer")
NA
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.