Package | Description |
---|---|
eu.fbk.knowledgestore |
KnowledgeStore core API (
ks-core ). |
Modifier and Type | Method and Description |
---|---|
Operation.Sparql |
Operation.Sparql.defaultGraphs(Iterable<org.openrdf.model.URI> defaultGraphs)
Sets the optional default graphs for the query, overriding default graphs specified in
the FROM clause.
|
Operation.Sparql |
Operation.Sparql.defaultGraphs(org.openrdf.model.URI... defaultGraphs)
Sets the optional default graphs for the query, overriding the default graphs specified
in the FROM clause.
|
Operation.Sparql |
Operation.Sparql.namedGraphs(Iterable<org.openrdf.model.URI> namedGraphs)
Sets the optional named graphs for the query, overriding named graphs specified in the
FROM NAMED clause.
|
Operation.Sparql |
Operation.Sparql.namedGraphs(org.openrdf.model.URI... namedGraphs)
Sets the optional named graphs for the query, overriding named graphs specified in the
FROM NAMED clause.
|
Operation.Sparql |
Operation.Sparql.namespaces(Map<String,String> namespaces) |
Operation.Sparql |
Session.sparql(String expression,
Object... arguments)
Creates a new
Sparql operation object for evaluating a SPARQL query on crystallized
axiom data. |
Operation.Sparql |
ForwardingSession.sparql(String expression,
Object... arguments) |
Operation.Sparql |
AbstractSession.sparql(String expression,
Object... arguments) |
Operation.Sparql |
Operation.Sparql.timeout(Long timeout) |
Copyright © 2015–2016 FBK-irst. All rights reserved.