
A Redland World object, used to initialize the Redland RDF library.
Source:R/World.R
World-class.RdA World object is the top level object in the Redland RDF library implementation, so it contains all other objects needed to process RDF Models.
Methods
World-initialize: Initialize a World objectfreeWorld: Free memory used by a librdf world object
See also
redland: redland package
Examples
world <- new("World")