MICO Platform
 All Classes Namespaces Functions Variables Friends
Public Member Functions | List of all members
mico::rdf::query::SPARQLClient Class Reference

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 TupleResultquery (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.
 

Detailed Description

A class allowing to run SPARQL requests against a certain endpoint.


The documentation for this class was generated from the following files: