Learn R Programming

redland (version 1.0.17-9)

initialize,Query-method: Initialize the Query object.

Description

Initialize the Query object.

Usage

# S4 method for 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