most-general-concepts [Function]
Purpose
The most-general-concepts function finds the most general concepts in a given list of concepts.
Syntax
most-general-concepts conceptList
Arguments
The conceptList argument is a list of concepts or relations.
Value
This function returns a list of concepts or relations.
Examples
(setq concepts (list (fr sister) (fr relative) (fr son) (fr child)))
(most-general-concepts concepts) ==> (|R|RELATIVE)
See Also
Last modified: Jun 1 1995