familyRelation |
appearance as argument number 1 |
(documentation familyRelation ChineseLanguage "这是生物关系上,一个最笼统的 Predicate。 (familyRelation ?ORGANISM1 ?ORGANISM2)的意思是 ?ORGANISM1 和 ?ORGANISM2 在生理上源自一个共同 的祖先。") | chinese_format.kif 3683-3685 | |
(documentation familyRelation EnglishLanguage "A very general Predicate for biological relationships. (familyRelation ?ORGANISM1 ?ORGANISM2) means that ?ORGANISM1 and ?ORGANISM2 are biologically derived from a common ancestor.") | Merge.kif 16405-16407 | |
(domain familyRelation 1 Organism) | Merge.kif 16403-16403 | The number 1 argument of family relation is an instance of organism |
(domain familyRelation 2 Organism) | Merge.kif 16404-16404 | The number 2 argument of family relation is an instance of organism |
(instance familyRelation BinaryPredicate) | Merge.kif 16402-16402 | family relation is an instance of binary predicate |
(subrelation familyRelation relative) | Merge.kif 16392-16392 | family relation is a subrelation of relative |
appearance as argument number 2 |
antecedent |
consequent |
(=> (and (instance ?C FamilyBusiness) (possesses ?P1 ?C) (possesses ?P2 ?C)) (familyRelation ?P1 ?P2)) |
Mid-level-ontology.kif 7487-7492 |
|
(=> (instance ?GROUP FamilyGroup) (forall (?MEMB1 ?MEMB2) (=> (and (member ?MEMB1 ?GROUP) (member ?MEMB2 ?GROUP)) (familyRelation ?MEMB1 ?MEMB2)))) |
Merge.kif 16334-16341 |
|