librdf_world_get_feature
Name
librdf_world_get_feature -- get the value of a world feature
Synopsis
librdf_node* librdf_world_get_feature
(librdf_world* world, librdf_uri * feature);
Arguments
- world
librdf_world
object
- feature
librdf_uri
feature property
Return value
new librdf_node
feature value or NULL if no such feature
exists or the value is empty.