knowrob
2.1.0
A Knowledge Base System for Cognition-enabled Robots
|
Variables | |
constexpr std::string_view | prefix = "http://www.w3.org/2000/01/rdf-schema#" |
const IRIAtomPtr | subClassOf = IRIAtom::Tabled("http://www.w3.org/2000/01/rdf-schema#subClassOf") |
const IRIAtomPtr | subPropertyOf = IRIAtom::Tabled("http://www.w3.org/2000/01/rdf-schema#subPropertyOf") |
const IRIAtomPtr | comment = IRIAtom::Tabled("http://www.w3.org/2000/01/rdf-schema#comment") |
const IRIAtomPtr | seeAlso = IRIAtom::Tabled("http://www.w3.org/2000/01/rdf-schema#seeAlso") |
const IRIAtomPtr | label = IRIAtom::Tabled("http://www.w3.org/2000/01/rdf-schema#label") |
const IRIAtomPtr | range = IRIAtom::Tabled("http://www.w3.org/2000/01/rdf-schema#range") |
const IRIAtomPtr | domain = IRIAtom::Tabled("http://www.w3.org/2000/01/rdf-schema#domain") |
const IRIAtomPtr | Class = IRIAtom::Tabled("http://www.w3.org/2000/01/rdf-schema#Class") |
const IRIAtomPtr knowrob::rdfs::Class = IRIAtom::Tabled("http://www.w3.org/2000/01/rdf-schema#Class") |
const IRIAtomPtr knowrob::rdfs::comment = IRIAtom::Tabled("http://www.w3.org/2000/01/rdf-schema#comment") |
const IRIAtomPtr knowrob::rdfs::domain = IRIAtom::Tabled("http://www.w3.org/2000/01/rdf-schema#domain") |
const IRIAtomPtr knowrob::rdfs::label = IRIAtom::Tabled("http://www.w3.org/2000/01/rdf-schema#label") |
|
constexpr |
const IRIAtomPtr knowrob::rdfs::range = IRIAtom::Tabled("http://www.w3.org/2000/01/rdf-schema#range") |
const IRIAtomPtr knowrob::rdfs::seeAlso = IRIAtom::Tabled("http://www.w3.org/2000/01/rdf-schema#seeAlso") |
const IRIAtomPtr knowrob::rdfs::subClassOf = IRIAtom::Tabled("http://www.w3.org/2000/01/rdf-schema#subClassOf") |
const IRIAtomPtr knowrob::rdfs::subPropertyOf = IRIAtom::Tabled("http://www.w3.org/2000/01/rdf-schema#subPropertyOf") |