librdf_uri_as_string
Name
librdf_uri_as_string -- Get a pointer to the string representation of the URI
Synopsis
char* librdf_uri_as_string
(librdf_uri * uri);
Description
Returns a shared pointer to the URI string representation.
Note
does not allocate a new string so the caller must not free it.
Return value
string representation of URI