public abstract class Query extends Object
ExecuteQuery
Modifier and Type | Class and Description |
---|---|
static class |
Query.QueryBuilder
Builds an instance of Query.
|
Constructor and Description |
---|
Query() |
Modifier and Type | Method and Description |
---|---|
static Query.QueryBuilder |
forContent(URI queryLocation,
String queryContent)
Instantiates a builder to create a SPARQL query.
|
public static Query.QueryBuilder forContent(URI queryLocation, String queryContent)
queryLocation
- the URI of the query end point, as given by the http://jazz.net/xmlns/prod/jazz/jfs/1.0/index/
property of the Jazz
root services.queryContent
- the SPARQL content of the query to execute.