Write a librdf_stream to a file.
librdf_serializer_serialize_stream_to_file ( serializer,
name,
base_uri,
stream,
.copy )
integer
the serializer ("_p_librdf_serializer_s")
filename to serialize to ("character")
the base URI to use (or NULL) ("_p_librdf_uri_s")
the librdf_stream stream to use ("_p_librdf_stream_s")
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.