librdf_model_get_feature
Name
librdf_model_get_feature -- get the value of a graph feature
Synopsis
librdf_node* librdf_model_get_feature
(librdf_model* model, librdf_uri* feature);
Arguments
- model
librdf_model object
- feature
librdf_uri feature property
Return value
librdf_node feature value or NULL if no such feature
exists or the value is empty.