char* librdf_hash_get (librdf_hash* hash, char * key);
char* librdf_hash_get
hash object
pointer to key
The value returned is from newly allocated memory which the caller must free.
the value or NULL on failure