most-specific-concepts [Function]
Purpose
The most-specific-concepts function finds the most specific concepts in a given list of concepts.
Syntax
most-specific-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-specific-concepts concepts) ==> (|R|SISTER |R|SON)
See Also
Last modified: Jun 1 1995