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

Variables

constexpr std::string_view prefix = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 
const IRIAtomPtr type = IRIAtom::Tabled("http://www.w3.org/1999/02/22-rdf-syntax-ns#type")
 
const IRIAtomPtr Property = IRIAtom::Tabled("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property")
 

Variable Documentation

◆ prefix

constexpr std::string_view knowrob::rdf::prefix = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
constexpr

Definition at line 14 of file rdf.h.

◆ Property

const IRIAtomPtr knowrob::rdf::Property = IRIAtom::Tabled("http://www.w3.org/1999/02/22-rdf-syntax-ns#Property")

Definition at line 16 of file rdf.h.

◆ type

const IRIAtomPtr knowrob::rdf::type = IRIAtom::Tabled("http://www.w3.org/1999/02/22-rdf-syntax-ns#type")

Definition at line 15 of file rdf.h.