set echo = off;
Tabula Rasa Hierarchy
# KEHOME/kb/tabrasa.html
# Mar/15/2003
#===================#
# tabula rasa #
# minimum hierarchy #
#===================#
begin hierarchy tabhi;
existent;
/ entity;
// ANIMAL;
/// person;
// PLANT;
// OBJECT;
/ Property; # for RDF experiments
/ characteristic;
// part;
// attribute;
/// purpose;
/// format;
/// meaning;
/// fact; # text of input line
/// context; # proposition context
/// space; # context space
/// time; # context time
/// view; # context view
/// sentence; # proposition sentence
/// product; # sentence output
/// subject; # sentence subject
/// predicate; # sentence predicate
/// object; # sentence object
// relation;
// action;
/// sense;
/// perceive;
/// classify;
/// measure;
/// identify;
// interaction;
/ proposition;
// newproposition;
/ unknown;
OBJECT;
/ group; # abstract
// enumeration;
// list;
// multiset;
// Set;
// sequence;
// concept;
/// number;
/// individual concept; # exgroup, singular
/// collective concept; # ingroup, plural
// LATTICE;
/// lattice;
/// hierarchy;
/// unithierarchy;
/ symbol; # concrete
// separator;
// word;
sentence;
/ statement;
// definition;
/ question;
/ command;
/ assignment;
end hierarchy tabhi;
begin unithierarchy tabprim;
OBJECT;
/ ke;
space;
/ here
/ there;
/ everywhere;
time;
/ now;
/ past;
/ present;
/ future;
end unithierarchy tabprim;
set echo = on;