int librdf_node_set_uri (librdf_node* node, librdf_uri * uri);
int librdf_node_set_uri
the node object
the uri object
The URI passed in becomes owned by the node object and will be freed by the node on destruction.
non 0 on failure