Query-initialize: Initialize the Query object.

initialize,Query-methodR 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


redland documentation built on May 31, 2023, 6:32 p.m.