6 #ifndef KNOWROB_SEMWEB_RDFS_H
7 #define KNOWROB_SEMWEB_RDFS_H
10 #include "knowrob/terms/IRIAtom.h"
14 constexpr std::string_view
prefix =
"http://www.w3.org/2000/01/rdf-schema#";
static std::shared_ptr< IRIAtom > Tabled(std::string_view stringForm)
const IRIAtomPtr subPropertyOf
const IRIAtomPtr subClassOf
constexpr std::string_view prefix
bool isSubClassOfIRI(std::string_view iri)
bool isSubPropertyOfIRI(std::string_view iri)
IRIAtomPtr iri(std::string_view ns, std::string_view name)
std::shared_ptr< IRIAtom > IRIAtomPtr