| knowrob
    2.1.0
    A Knowledge Base System for Cognition-enabled Robots | 
#include "knowrob/Logger.h"#include "knowrob/semweb/Vocabulary.h"#include "knowrob/semweb/rdf.h"#include "knowrob/semweb/rdfs.h"#include "knowrob/semweb/owl.h"#include "knowrob/semweb/PrefixProbe.h"#include "knowrob/storage/reification.h"#include "knowrob/integration/python/utils.h"
Go to the source code of this file.
| Namespaces | |
| knowrob | |
| knowrob::py | |
| Functions | |
| template<> | |
| std::shared_ptr< semweb::Class > | knowrob::Vocabulary::define< semweb::Class > (const std::string_view &iri) | 
| template<> | |
| std::shared_ptr< semweb::Property > | knowrob::Vocabulary::define< semweb::Property > (const std::string_view &iri) | 
| template<> | |
| void | knowrob::py::createType< Vocabulary > () |