Write serialized model to a string.
librdf_model_to_string ( model,
uri,
name,
mime_type,
inUriOrNull )
librdf_model object ("_p_librdf_model_s")
base URI to use in serializing (or NULL if not used) ("_p_librdf_uri_s")
the name of the serializer (or NULL for default) ("character")
the MIME type of the syntax (NULL if not used) ("character")
URI identifying the syntax (NULL if not used) ("_p_librdf_uri_s")
character
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.