FusekiConnector.Query Method |
Name | Description | |
---|---|---|
![]() | Query(String) |
Executes a SPARQL Query on the Fuseki store.
|
![]() | Query(String, AsyncStorageCallback, Object) |
Makes a SPARQL Query against the underlying store.
|
![]() | Query(IRdfHandler, ISparqlResultsHandler, String) |
Executes a SPARQL Query on the Fuseki store processing the results using an appropriate handler from those provided.
|
![]() | Query(IRdfHandler, ISparqlResultsHandler, String, AsyncStorageCallback, Object) |
Executes a SPARQL Query on the Fuseki store processing the results using an appropriate handler from those provided.
|