World-class {redland} | R Documentation |
A Redland World object, used to initialize the Redland RDF library.
Description
A World object is the top level object in the Redland RDF library implementation, so it contains all other objects needed to process RDF Models.
Slots
librdf_world
A redland world object
Methods
World-initialize
: Initialize a World object
freeWorld
: Free memory used by a librdf world object
See Also
redland
: redland package
Examples
world <- new("World")
[Package redland version 1.0.17-18 Index]