|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.larkc.core.data.util.SPARQLQueryExecutor
public class SPARQLQueryExecutor
SPARQLQueryExecutor is an utility class to execute SPARQL queries over arbitrary RDF data. SPARQL queries could be executed against remote or local RDF data types. Please note that some of the RDF data merges could be IO and computationally expensive operations and should be performed with care.
Constructor Summary | |
---|---|
SPARQLQueryExecutor()
|
Method Summary | |
---|---|
boolean |
executeAsk(SPARQLQuery query,
SetOfStatements rdf)
Executes SPARQL ASK query against arbitrary RDF data type. |
SetOfStatements |
executeConstruct(SPARQLQuery query,
SetOfStatements rdf)
Executes SPARQL CONSTRUCT or DESCRIBE query against arbitrary RDF data type. |
VariableBinding |
executeSelect(SPARQLQuery query,
SetOfStatements rdf)
Executes SPARQL SELECT query against arbitrary RDF data type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SPARQLQueryExecutor()
Method Detail |
---|
public boolean executeAsk(SPARQLQuery query, SetOfStatements rdf)
query
- is query to be executedrdf
- is RDF data to be executed against
public SetOfStatements executeConstruct(SPARQLQuery query, SetOfStatements rdf)
query
- is query to be executedrdf
- is RDF data to be executed against
public VariableBinding executeSelect(SPARQLQuery query, SetOfStatements rdf)
query
- is query to be executedrdf
- is RDF data to be executed against
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |