#include "concepts.hpp" namespace intellect { namespace level1 { namespace concepts { ref nothing("nothing"); ref is("is"); ref anonymous("anonymous"); ref link("link"); ref name("name"); ref allocation("allocation"), part("part"), group("group"); } } }