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

Go to the source code of this file.

Namespaces

 knowrob
 
 knowrob::owl
 

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)