QueryableGraphExecuteQuery Method | 
| Name | Description | |
|---|---|---|
| ExecuteQuery(String) | 
            Executes a SPARQL Query on the Graph.
              | |
| ExecuteQuery(SparqlQuery) | 
            Executes a SPARQL Query on the Graph.
              | |
| ExecuteQuery(IRdfHandler, ISparqlResultsHandler, String) | 
            Executes a SPARQL Query on the Graph handling the results with the given handlers.
              | |
| ExecuteQuery(IRdfHandler, ISparqlResultsHandler, SparqlQuery) | 
            Executes a SPARQL Query on the Graph handling the results with the given handlers.
              |