lod_storage

Obtain a librdf storage associated with a context

Synopsis

#include <liblod.h>

librdf_storage *lod_storage(LODCONTEXT *context);

Description

lod_storage obtains the librdf_storage which is associated with context.

Return value

Upon success, lod_storage returns the librdf_storage object associated with context.

If an error occurs, lod_storage returns NULL. lod_errmsg can be used to obtain a description of the error condition.

See also

liblod, lod_set_storage, lod_world, lod_model, lod_curl, lod_errmsg,