6 #ifndef KNOWROB_SEMWEB_OWL_H 
    7 #define KNOWROB_SEMWEB_OWL_H 
   10 #include "knowrob/terms/IRIAtom.h" 
   14         constexpr std::string_view 
prefix    = 
"http://www.w3.org/2002/07/owl#";
 
static std::shared_ptr< IRIAtom > Tabled(std::string_view stringForm)
const IRIAtomPtr inverseOf
const IRIAtomPtr ObjectProperty
const IRIAtomPtr TransitiveProperty
const IRIAtomPtr NamedIndividual
const IRIAtomPtr versionInfo
const IRIAtomPtr Restriction
constexpr std::string_view prefix
const IRIAtomPtr ReflexiveProperty
const IRIAtomPtr AnnotationProperty
const IRIAtomPtr DatatypeProperty
const IRIAtomPtr SymmetricProperty
bool isClassIRI(std::string_view iri)
bool isSymmetricPropertyIRI(std::string_view iri)
bool isDatatypePropertyIRI(std::string_view iri)
IRIAtomPtr iri(std::string_view ns, std::string_view name)
std::shared_ptr< IRIAtom > IRIAtomPtr
bool isInverseOfIRI(std::string_view iri)
bool isTransitivePropertyIRI(std::string_view iri)
bool isReflexivePropertyIRI(std::string_view iri)
bool isAnnotationPropertyIRI(std::string_view iri)
bool isObjectPropertyIRI(std::string_view iri)