redlWorld-class {Rredland} | R Documentation |
represents RDF worlds using Redland librdf
Objects can be created by calls of the form new("redlWorld", ...)
.
In general only one open world should exist in any session.
ref
:"externalptr"
, pointer
to malloc'd memory for the librdf_world instance stateEnv
:"environment"
,
holds information on status of world instance signature(x = "redlWorld")
: execute
free and close methods of librdf signature(x = "redlWorld")
: obtain
the status string from the R instance signature(uri = "character", w = "redlWorld")
:
create a URI reference in the current world signature(x = "redlWorld")
: set
the status field with a string. Use any value other than 'open'
to close the world from the perspective of R.signature(object = "redlWorld")
: print simple
report. VJ Carey <stvjc@channing.harvard.edu>
nw = openRedlWorld(.force=TRUE) nw