RDF World

This module initialises the Redland library and references all resources from it. The world object is the single global variable in Redland that all the classes, their factories and implementations reference.

In most programs there should be only one Redland world, using multiple models although multiple worlds are possible.

RDF World Class

Table of Contents
librdf_new_world --  Creates a new Redland execution environment
librdf_free_world --  Terminate the library
librdf_world_init_mutex --  Create the world mutex
librdf_world_open --  Open an environment
librdf_world_set_error --  Set the world error handling function
librdf_world_set_warning --  Set the world warning handling function
librdf_world_set_logger --  Set the world log handling function
librdf_world_set_digest --  Set the default digest name
librdf_init_world --  Initialise the library (DEPRECATED)
librdf_destroy_world --  Terminate the library (DEPRECATED)