initialize,Query-method: Initialize the Query object.
Description
Initialize the Query object.Usage
## S3 method for class 'Query':
initialize(.Object, world, querystring, base_uri = NULL,
query_language = "sparql", query_uri = NULL)
Arguments
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