Parse a string of content to a librdf_stream of statements.
librdf_parser_parse_string_as_stream ( parser,
string,
base_uri )
_p_librdf_stream_s
the parser ("_p_librdf_parser_s")
the string to parse ("character")
the base URI to use or NULL ("_p_librdf_uri_s")
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.