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

Formal Language: 


KB Term:  Term intersection
English Word: 

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 24696-24698
(domain cousin 1 Human) Mid-level-ontology.kif 24699-24699 cousin の数値 1 引数は 人[人間]instance では
(domain cousin 2 Human) Mid-level-ontology.kif 24700-24700 cousin の数値 2 引数は 人[人間]instance では
(instance cousin BinaryPredicate) Mid-level-ontology.kif 24702-24702 cousin2進述語instance では
(subrelation cousin familyRelation) Mid-level-ontology.kif 24701-24701 cousinfamilyRelationsubrelation では

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


(format ChineseLanguage cousin "%1 %n %2 是 cousins ") domainEnglishFormat.kif 3130-3130
(format ChineseTraditionalLanguage cousin "%1 %n %2 是 cousins ") domainEnglishFormat.kif 3129-3129
(format EnglishLanguage cousin "%1 and %2 are cousins") domainEnglishFormat.kif 3128-3128
(termFormat ChineseLanguage cousin "表姐") domainEnglishFormat.kif 17661-17661
(termFormat ChineseTraditionalLanguage cousin "表姐") domainEnglishFormat.kif 17660-17660
(termFormat EnglishLanguage cousin "cousin") domainEnglishFormat.kif 17659-17659

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


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



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