librdf_node_to_string

Name

librdf_node_to_string --  Format the node as a string

Synopsis

char* librdf_node_to_string (librdf_node* node);

Arguments

node

the node object

Description

Note a new string is allocated which must be freed by the caller.

Return value

a string value representing the node or NULL on failure