cousin |
appearance as argument number 1 |
![]() |
(documentation cousin EnglishLanguage "(cousin ?PERSON1 ?PERSON2) means that ?PERSON1 and ?PERSON2 are cousins, i.e. ?PERSON1 and ?PERSON2 have grandparents (but not parents) in common.") | Mid-level-ontology.kif 20990-20992 | |
(domain cousin 1 Human) | Mid-level-ontology.kif 20993-20993 | |
(domain cousin 2 Human) | Mid-level-ontology.kif 20994-20994 | |
(instance cousin BinaryPredicate) | Mid-level-ontology.kif 20996-20996 | |
(subrelation cousin familyRelation) | Mid-level-ontology.kif 20995-20995 |
appearance as argument number 2 |
![]() |
(format ChineseLanguage cousin "%1 %n %2 是 cousins ") | domainEnglishFormat.kif 3139-3139 | |
(format ChineseTraditionalLanguage cousin "%1 %n %2 是 cousins ") | domainEnglishFormat.kif 3138-3138 | |
(format EnglishLanguage cousin "%1 and %2 are cousins") | domainEnglishFormat.kif 3137-3137 | |
(termFormat ChineseLanguage cousin "表姐") | domainEnglishFormat.kif 17650-17650 | |
(termFormat ChineseTraditionalLanguage cousin "表姐") | domainEnglishFormat.kif 17649-17649 | |
(termFormat EnglishLanguage cousin "cousin") | domainEnglishFormat.kif 17648-17648 |
antecedent |
![]() |
(<=> (cousin ?P1 ?P2) (and (exists (?G1 ?G2) (and (grandmother ?P1 ?G1) (grandfather ?P1 ?G2) (grandmother ?P2 ?G1) (grandfather ?P2 ?G2))) (not (exists (?M ?F) (and (mother ?P1 ?M) (father ?P1 ?F) (mother ?P2 ?M) (father ?P2 ?F)))))) |
Mid-level-ontology.kif 20998-21013 |
![]() |
![]() |