Constructor - create a new librdf_serializer object.
librdf_new_serializer ( world,
name,
mime_type,
type_uri )
redland world object ("_p_librdf_world_s")
the serializer factory name (or NULL or empty string if don't care) ("character")
the MIME type of the syntax (NULL if not used) ("character")
URI of syntax (NULL if not used) ("_p_librdf_uri_s")
_p_librdf_serializer_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.