librdf_storage_get_arcs_out

Name

librdf_storage_get_arcs_out --  return the properties pointing from the given resource

Synopsis

librdf_iterator* librdf_storage_get_arcs_out (librdf_storage * storage, librdf_node * node);

Arguments

storage

librdf_storage object

node

librdf_node resource node

Return value

librdf_iterator of librdf_node objects (may be empty) or NULL on failure