Learn R Programming

redland (version 1.0.17-8)

initialize,Statement-method: Construct a Statement object.

Description

Construct a Statement object.

Usage

"initialize"(.Object, world, subject, predicate, object, subjectType = as.character(NA), objectType = as.character(NA), datatype_uri = as.character(NA))

Arguments

.Object
the Statement object
world
a World object
subject
a Node object
predicate
a Node object
object
a Node object
subjectType
the Node type of the subject, i.e. "blank", "uri"
objectType
the Node type of the object, i.e. "blank", "uri", "literal"
datatype_uri
the datatype URI to associate with a object literal value

Value

the Statement object