home *** CD-ROM | disk | FTP | other *** search
- ;;;; This file contains sample data for demonstrating a simple
- ;;;; frames-based data system.
-
- ;;; This section contains slot-filling forms.
-
- (fput 'henry 'a-kind-of 'value 'professor)
- (fput 'henry 'a-kind-of 'value 'man)
- (fput 'man 'a-kind-of 'value 'human)
- (fput 'human 'a-kind-of 'value 'thing)
- (fput 'henry 'hobbies 'value 'jogging)
- (fput 'henry 'hobbies 'value 'skiing)
- (fput 'professor 'work 'value 'teaching)
- (fput 'professor 'work 'value 'research)
- (fput 'professor 'personality 'if-needed 'ask)