knowrob  2.1.0
A Knowledge Base System for Cognition-enabled Robots
xsd.cpp File Reference
#include <set>
#include "knowrob/semweb/xsd.h"
Include dependency graph for xsd.cpp:

Go to the source code of this file.

Namespaces

 knowrob
 
 knowrob::xsd
 

Functions

bool knowrob::xsd::isStringType (std::string_view iri)
 
bool knowrob::xsd::isNumericType (std::string_view iri)
 
bool knowrob::xsd::isIntegerType (std::string_view iri)
 
bool knowrob::xsd::isDoubleType (std::string_view iri)
 
bool knowrob::xsd::isBooleanType (std::string_view iri)
 
bool knowrob::xsd::isDateType (std::string_view iri)