lod_world

Obtain a librdf world associated with a context

Synopsis

#include <liblod.h>

librdf_world *lod_world(LODCONTEXT *context);

Description

lod_world obtains the librdf_world which is associated with context.

Return value

Upon success, lod_world returns the librdf_world object associated with context.

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

See also

liblod, lod_set_world, lod_storage, lod_model, lod_curl, lod_errmsg,