![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| DescendantsFn |
| appearance as argument number 1 |
|
|
| (instance DescendantsFn UnaryFunction) | Mid-level-ontology.kif 8782-8782 | Descendants is an instance of unary function |
| (domain DescendantsFn 1 Human) | Mid-level-ontology.kif 8783-8783 | The number 1 argument of descendants is an instance of human |
| (range DescendantsFn FamilyGroup) | Mid-level-ontology.kif 8784-8784 | The range of descendants is an instance of family group |
| (documentation DescendantsFn EnglishLanguage "(DescendantsFn ?PERSON) denotes all and only the descendants of ?PERSON, i.e. the Group consisting of ?OFFSPRING who satisfy the following formula: (ancestor ?OFFSPRING ?PERSON).") | Mid-level-ontology.kif 8785-8787 | The range of descendants is an instance of family group |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (and (instance ?PERSON Human) (equal (DescendantsFn ?PERSON) ?DESCENDANTS) (member ?MEMBER ?DESCENDANTS)) (ancestor ?MEMBER ?PERSON)) |
Mid-level-ontology.kif 8789-8795 | If X is an instance of human, equal the descendants of X and Y, and Z is a member of Y, then X is the ancestor of Z |