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

Go to the source code of this file.

Namespaces

 knowrob
 

Functions

bool knowrob::isClassIRI (std::string_view iri)
 
bool knowrob::isInverseOfIRI (std::string_view iri)
 
bool knowrob::isObjectPropertyIRI (std::string_view iri)
 
bool knowrob::isDatatypePropertyIRI (std::string_view iri)
 
bool knowrob::isAnnotationPropertyIRI (std::string_view iri)
 
bool knowrob::isTransitivePropertyIRI (std::string_view iri)
 
bool knowrob::isSymmetricPropertyIRI (std::string_view iri)
 
bool knowrob::isReflexivePropertyIRI (std::string_view iri)