QueryServiceQuery Method | 
| Name | Description | |
|---|---|---|
| Query(String) | 
            Makes a SPARQL Query against the Knowledge Base.
              | |
| Query(IRdfHandler, ISparqlResultsHandler, String) | 
            Processes a SPARQL Query against the Knowledge Base passing the results to the RDF or Results handler as appropriate.
              | |
| Query(String, GraphCallback, SparqlResultsCallback, Object) | 
            Makes a SPARQL Query against the Knowledge Base.
              | |
| Query(IRdfHandler, ISparqlResultsHandler, String, QueryCallback, Object) | 
            Processes a SPARQL Query against the Knowledge Base passing the results to the RDF or Results handler as appropriate.
              |