knowrob  2.1.0
A Knowledge Base System for Cognition-enabled Robots
knowrob::rdfs Namespace Reference

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")
 

Variable Documentation

◆ Class

const IRIAtomPtr knowrob::rdfs::Class = IRIAtom::Tabled("http://www.w3.org/2000/01/rdf-schema#Class")

Definition at line 22 of file rdfs.h.

◆ comment

const IRIAtomPtr knowrob::rdfs::comment = IRIAtom::Tabled("http://www.w3.org/2000/01/rdf-schema#comment")

Definition at line 17 of file rdfs.h.

◆ domain

const IRIAtomPtr knowrob::rdfs::domain = IRIAtom::Tabled("http://www.w3.org/2000/01/rdf-schema#domain")

Definition at line 21 of file rdfs.h.

◆ label

const IRIAtomPtr knowrob::rdfs::label = IRIAtom::Tabled("http://www.w3.org/2000/01/rdf-schema#label")

Definition at line 19 of file rdfs.h.

◆ prefix

constexpr std::string_view knowrob::rdfs::prefix = "http://www.w3.org/2000/01/rdf-schema#"
constexpr

Definition at line 14 of file rdfs.h.

◆ range

const IRIAtomPtr knowrob::rdfs::range = IRIAtom::Tabled("http://www.w3.org/2000/01/rdf-schema#range")

Definition at line 20 of file rdfs.h.

◆ seeAlso

const IRIAtomPtr knowrob::rdfs::seeAlso = IRIAtom::Tabled("http://www.w3.org/2000/01/rdf-schema#seeAlso")

Definition at line 18 of file rdfs.h.

◆ subClassOf

const IRIAtomPtr knowrob::rdfs::subClassOf = IRIAtom::Tabled("http://www.w3.org/2000/01/rdf-schema#subClassOf")

Definition at line 15 of file rdfs.h.

◆ subPropertyOf

const IRIAtomPtr knowrob::rdfs::subPropertyOf = IRIAtom::Tabled("http://www.w3.org/2000/01/rdf-schema#subPropertyOf")

Definition at line 16 of file rdfs.h.