knowrob
2.1.0
A Knowledge Base System for Cognition-enabled Robots
|
#include <SWI-Prolog.h>
#include <filesystem>
#include <clocale>
#include <cstdlib>
#include "knowrob/Logger.h"
#include "knowrob/integration/prolog/PrologEngine.h"
#include "knowrob/knowrob.h"
#include "knowrob/queries/QueryError.h"
#include "knowrob/integration/prolog/logging.h"
#include "knowrob/integration/prolog/ext/algebra.h"
#include "knowrob/semweb/PrefixRegistry.h"
#include "knowrob/URI.h"
#include "knowrob/reasoner/prolog/semweb.h"
Go to the source code of this file.
Functions | |
foreign_t | pl_rdf_register_namespace2 (term_t prefix_term, term_t uri_term) |
foreign_t | url_resolve2 (term_t t_url, term_t t_resolved) |
foreign_t pl_rdf_register_namespace2 | ( | term_t | prefix_term, |
term_t | uri_term | ||
) |
Definition at line 55 of file PrologEngine.cpp.
foreign_t url_resolve2 | ( | term_t | t_url, |
term_t | t_resolved | ||
) |
Definition at line 63 of file PrologEngine.cpp.