DescendantsFn |
appearance as argument number 1 |
![]() |
(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 7139-7141 | |
(domain DescendantsFn 1 Human) | Mid-level-ontology.kif 7137-7137 | The number 1 argument of descendants is an instance of human |
(instance DescendantsFn UnaryFunction) | Mid-level-ontology.kif 7136-7136 | Descendants is an instance of unary function |
(range DescendantsFn FamilyGroup) | Mid-level-ontology.kif 7138-7138 | The range of descendants is an instance of family group |
appearance as argument number 2 |
![]() |
(format ChineseLanguage DescendantsFn "%1 的后裔") | domainEnglishFormat.kif 720-720 | |
(format ChineseTraditionalLanguage DescendantsFn "%1 的後裔") | domainEnglishFormat.kif 719-719 | |
(format EnglishLanguage DescendantsFn "the descendants of %1") | domainEnglishFormat.kif 718-718 | |
(termFormat ChineseLanguage DescendantsFn "后人") | domainEnglishFormat.kif 19185-19185 | |
(termFormat ChineseTraditionalLanguage DescendantsFn "後人") | domainEnglishFormat.kif 19184-19184 | |
(termFormat EnglishLanguage DescendantsFn "descendants") | domainEnglishFormat.kif 19183-19183 |
antecedent |
![]() |
(=> (and (instance ?PERSON Human) (equal (DescendantsFn ?PERSON) ?DESCENDANTS)) (forall (?MEMBER) (<=> (member ?MEMBER ?DESCENDANTS) (ancestor ?MEMBER ?PERSON)))) |
Mid-level-ontology.kif 7143-7150 |
|
![]() |
![]() |