A class allowing to run SPARQL requests against a certain endpoint. More...
#include <sparql_client.hpp>
Public Member Functions | |
| SPARQLClient (std::string base_url) | |
| const bool | ask (std::string sparqlAsk) | 
| Execute a SPARQL 1.1 ask query against the Marmotta server.  | |
| const TupleResult * | query (std::string sparqlSelect) | 
| Execute a SPARQL 1.1 tuple query against the Marmotta server.  | |
| const void | update (std::string sparqlUpdate) | 
| Execute a SPARQL 1.1 Update against the Marmotta server.  | |
A class allowing to run SPARQL requests against a certain endpoint.
 1.8.8