initialize,Query-method {redland} | R Documentation |
Initialize the Query object.
Description
Initialize the Query object.
Usage
## S4 method for signature 'Query'
initialize(
.Object,
world,
querystring,
base_uri = NULL,
query_language = "sparql",
query_uri = NULL
)
Arguments
.Object |
the Query object |
world |
a World object |
querystring |
a query string for the language specified in 'query_language' |
base_uri |
a URI to prepend to relative URI in the document |
query_language |
the query language to execute the querystring with |
query_uri |
a URI to prepend to terms in the query |
Value
the Query object
[Package redland version 1.0.17-18 Index]