hierarchical data in clips



I'm a newbie to Lisp and CLIPS.
I just wondered how can I make a deftemplate-s slot to contain an
instance of other deftemplates? (Or how can I do the same with
defclasses?)
I tried to use

(type OBJECT)

but it didn't work. Please show me some example code, how to do it.

.