home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / e / e070 / 5.ddi / EXPLORER / VIEWER / FRAMES.D < prev    next >
Encoding:
Text File  |  1984-10-20  |  517 b   |  14 lines

  1. ;;;; This file contains sample data for demonstrating a simple
  2. ;;;; frames-based data system.
  3.  
  4. ;;; This section contains slot-filling forms.
  5.  
  6. (fput 'henry 'a-kind-of 'value 'professor)
  7. (fput 'henry 'a-kind-of 'value 'man)
  8. (fput 'man 'a-kind-of 'value 'human)
  9. (fput 'human 'a-kind-of 'value 'thing)
  10. (fput 'henry 'hobbies 'value 'jogging)
  11. (fput 'henry 'hobbies 'value 'skiing)
  12. (fput 'professor 'work 'value 'teaching)
  13. (fput 'professor 'work 'value 'research)
  14. (fput 'professor 'personality 'if-needed 'ask)