lod_model

Obtain a librdf model associated with a context

Synopsis

#include <liblod.h>

librdf_model *lod_model(LODCONTEXT *context);

Description

lod_model obtains the librdf_model which is associated with context.

Return value

Upon success, lod_model returns the librdf_model object associated with context.

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

See also

liblod, lod_set_model, lod_storage, lod_world, lod_curl, lod_errmsg,