6 #ifndef KNOWROB_SEMWEB_RDF_H
7 #define KNOWROB_SEMWEB_RDF_H
10 #include "knowrob/terms/IRIAtom.h"
14 constexpr std::string_view
prefix =
"http://www.w3.org/1999/02/22-rdf-syntax-ns#";
static std::shared_ptr< IRIAtom > Tabled(std::string_view stringForm)
constexpr std::string_view prefix
const IRIAtomPtr Property
bool isTypeIRI(std::string_view iri)
IRIAtomPtr iri(std::string_view ns, std::string_view name)
std::shared_ptr< IRIAtom > IRIAtomPtr
bool isPropertyIRI(std::string_view iri)