find-knowledge-base-of-instance [Function]
Purpose
The find-knowledge-base-of-instance function finds the knowledge base in which a given instance resides.
Syntax
find-knowledge-base-of-instance instance
Arguments
The instance argument is an instance.
Value
The find-knowledge-base-of-instance function returns the knowledge base in which instance is interned.
Examples
(find-knowledge-base-of-instance (fi Joe)) ==> |K|USER-KB
See Also
Last modified: Jun 1 1995