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 cousin の数値 1 引数は 人[人間]instance では %n
(domain cousin 2 Human) Mid-level-ontology.kif 23057-23057 cousin の数値 2 引数は 人[人間]instance では %n
(instance cousin BinaryPredicate) Mid-level-ontology.kif 23059-23059 cousin2進述語instance では %n
(subrelation cousin familyRelation) Mid-level-ontology.kif 23058-23058 cousinfamilyRelationsubrelation では %n

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 cousin 人[人間] and 人[人間] Woman Man grandmother 人[人間] and Woman grandfather 人[人間] and Man grandmother 人[人間] and Woman grandfather 人[人間] and Man 人[人間]mother では %n 人[人間]father では %n 人[人間]mother では %n 人[人間]father では %n


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