Thing [Concept]
Purpose
The concept Thing is at the top of the concept hierarchy, that is, it subsumes all other concepts. Also, all Loom objects and non-Loom objects are instances of Thing.
Syntax
Thing object
Arguments
The object argument is any object.
Value
The Thing predicate always returns t.
Examples
(ask (subrelations Thing Person)) ==> T
(ask (Thing Person)) ==> T
(ask (Thing Joe)) ==> T
(ask (Thing 3)) ==> T
See Also
Last modified: Jun 1 1995