org.apache.stanbol.enhancer.servicesapi
Interface SparqlQueryEngine


public interface SparqlQueryEngine

SPARQL query engine interface. TODO we might want to use a more flexible interface where the query language can be specified, and which can return different object types.


Nested Class Summary
static class SparqlQueryEngine.SparqlQueryEngineException
           
 
Method Summary
 org.apache.clerezza.rdf.core.sparql.ResultSet executeQuery(java.lang.String sparqlQuery)
           
 

Method Detail

executeQuery

org.apache.clerezza.rdf.core.sparql.ResultSet executeQuery(java.lang.String sparqlQuery)
                                                           throws SparqlQueryEngine.SparqlQueryEngineException
Throws:
SparqlQueryEngine.SparqlQueryEngineException


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.