Learn R Programming

redland (version 1.0.17-9)

World-class: 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.

Arguments

Slots

librdf_world

A redland world object

Methods

See Also

redland: redland package

Examples

Run this code
# NOT RUN {
world <- new("World")
# }

Run the code above in your browser using DataLab