Learn R Programming

datamart (version 0.5.2)

xsparql: Constructor for Xsparql

Description

The function xsparql constructs a Xsparql object.

Usage

xsparql(resource, url, statement, nspace = "", clss = "Xsparql", ...)

Arguments

resource
the resource the query represents
url
sparql end point
statement
the SPARQL statement the query stands for
nspace
character vector with short name / namespace expansions
clss
class to create, default Xsparql
...
named parameters for resources

Value

a Xsparql object