Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

  cousin

Sigma KEE - cousin
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 23053-23055
(domain cousin 1 Human) Mid-level-ontology.kif 23056-23056
(domain cousin 2 Human) Mid-level-ontology.kif 23057-23057
(instance cousin BinaryPredicate) Mid-level-ontology.kif 23059-23059
(subrelation cousin familyRelation) Mid-level-ontology.kif 23058-23058

appearance as argument number 2
-------------------------


(format ChineseLanguage cousin "%1 %n %2 是 cousins ") domainEnglishFormat.kif 3134-3134
(format ChineseTraditionalLanguage cousin "%1 %n %2 是 cousins ") domainEnglishFormat.kif 3133-3133
(format EnglishLanguage cousin "%1 and %2 are cousins") domainEnglishFormat.kif 3132-3132
(termFormat ChineseLanguage cousin "表姐") domainEnglishFormat.kif 17652-17652
(termFormat ChineseTraditionalLanguage cousin "表姐") domainEnglishFormat.kif 17651-17651
(termFormat EnglishLanguage cousin "cousin") domainEnglishFormat.kif 17650-17650

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 23061-23076


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners