#include <utility>
#include <filesystem>
#include <boost/spirit/include/qi.hpp>
#include <boost/spirit/include/phoenix_operator.hpp>
#include "knowrob/integration/python/utils.h"
#include "knowrob/DataSource.h"
#include "knowrob/semweb/OntologyLanguage.h"
#include "knowrob/semweb/OntologyFile.h"
#include "knowrob/semweb/SPARQLService.h"
#include "knowrob/semweb/GraphSelector.h"
Go to the source code of this file.
◆ DATA_SOURCE_SETTING_FORMAT
#define DATA_SOURCE_SETTING_FORMAT "format" |
◆ DATA_SOURCE_SETTING_FRAME
#define DATA_SOURCE_SETTING_FRAME "frame" |
◆ DATA_SOURCE_SETTING_LANG
#define DATA_SOURCE_SETTING_LANG "language" |
◆ DATA_SOURCE_SETTING_TYPE
#define DATA_SOURCE_SETTING_TYPE "type" |
◆ DATA_SOURCE_TYPE_ONTOLOGY
#define DATA_SOURCE_TYPE_ONTOLOGY "ontology" |
◆ DATA_SOURCE_TYPE_SPARQL
#define DATA_SOURCE_TYPE_SPARQL "sparql" |
◆ to_time_t()
template<typename TP >
std::time_t to_time_t |
( |
TP |
tp | ) |
|
Definition at line 41 of file DataSource.cpp.
43 using namespace std::chrono;
std::time_t to_time_t(TP tp)