#include <string>
#include <list>
#include <map>
#include <memory>
#include <set>
#include "ut_types.h"
#include "pt_Types.h"
#include "pd_DocumentRDF.h"
Go to the source code of this file.
Classes | |
class | PD_RDFQuery |
Execute a SPARQL query returning a model containing the results. More... | |
Typedefs | |
typedef std::shared_ptr < PD_RDFQuery > | PD_RDFQueryHandle |
typedef std::list< std::map < std::string, std::string > > | PD_ResultBindings_t |
typedef std::shared_ptr<PD_RDFQuery> PD_RDFQueryHandle |
typedef std::list< std::map< std::string, std::string > > PD_ResultBindings_t |