ancestor |
appearance as argument number 1 |
![]() |
(documentation ancestor ChineseLanguage "这是 parent 谓词 的传递闭包。 (ancestor ?DESCENDANT ?ANCESTOR)的意思是 ?ANCESTOR 要不是 ?DESCENDANT 的 parent,就是 DESCENDANT 的 parent 的 parent,如此类推。") | chinese_format.kif 3686-3688 | |
(documentation ancestor EnglishLanguage "The transitive closure of the parent predicate. (ancestor ?DESCENDANT ?ANCESTOR) means that ?ANCESTOR is either the parent of ?DESCENDANT or the parent of the parent of DESCENDANT or etc.") | Merge.kif 16512-16515 | |
(domain ancestor 1 Organism) | Merge.kif 16510-16510 | The number 1 argument of ancestor is an instance of organism |
(domain ancestor 2 Organism) | Merge.kif 16511-16511 | The number 2 argument of ancestor is an instance of organism |
(instance ancestor BinaryPredicate) | Merge.kif 16509-16509 | ancestor is an instance of binary predicate |
(instance ancestor IrreflexiveRelation) | Merge.kif 16507-16507 | ancestor is an instance of irreflexive relation |
(instance ancestor TotalValuedRelation) | Merge.kif 16508-16508 | ancestor is an instance of total valued relation |
(instance ancestor TransitiveRelation) | Merge.kif 16506-16506 | ancestor is an instance of transitive relation |
appearance as argument number 2 |
![]() |
(format ChineseLanguage ancestor "%2 是 %1 的 ancestor ") | domainEnglishFormat.kif 2794-2794 | |
(format ChineseTraditionalLanguage ancestor "%2 是 %1 的 ancestor ") | domainEnglishFormat.kif 2793-2793 | |
(format EnglishLanguage ancestor "%2 is the ancestor of %1") | domainEnglishFormat.kif 2792-2792 | |
(termFormat ChineseLanguage ancestor "祖先") | domainEnglishFormat.kif 7387-7387 | |
(termFormat ChineseTraditionalLanguage ancestor "祖先") | domainEnglishFormat.kif 7386-7386 | |
(termFormat EnglishLanguage ancestor "ancestor") | domainEnglishFormat.kif 7385-7385 |
consequent |
![]() |
(=> (and (instance ?PERSON Human) (equal (DescendantsFn ?PERSON) ?DESCENDANTS)) (forall (?MEMBER) (<=> (member ?MEMBER ?DESCENDANTS) (ancestor ?MEMBER ?PERSON)))) |
Mid-level-ontology.kif 8653-8660 |
|
(=> (familyRelation ?ORGANISM1 ?ORGANISM2) (exists (?ORGANISM3) (and (ancestor ?ORGANISM3 ?ORGANISM1) (ancestor ?ORGANISM3 ?ORGANISM2)))) |
Merge.kif 16498-16503 |
|
(=> (parent ?CHILD ?PARENT) (ancestor ?CHILD ?PARENT)) |
Merge.kif 16531-16533 |
|
![]() |
![]() |