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

Formal Language: 



KB Term:  Term intersection
English Word: 

  grandmother

Sigma KEE - grandmother
grandmother

appearance as argument number 1
-------------------------


(documentation grandmother EnglishLanguage "(grandmother ?PERSON ?PARENT) means that ?PARENT is the grandmother of ?PERSON.") Mid-level-ontology.kif 23090-23091
(domain grandmother 1 Human) Mid-level-ontology.kif 23092-23092 grandmother の数値 1 引数は 人[人間]instance では %n
(domain grandmother 2 Woman) Mid-level-ontology.kif 23093-23093 grandmother の数値 2 引数は Womaninstance では %n
(instance grandmother BinaryPredicate) Mid-level-ontology.kif 23017-23017 grandmother2進述語instance では %n
(subrelation grandmother grandparent) Mid-level-ontology.kif 23016-23016 grandmothergrandparentsubrelation では %n

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


(format ChineseLanguage grandmother "%1 的 grandmother 是 %2 ") domainEnglishFormat.kif 3542-3542
(format ChineseTraditionalLanguage grandmother "%1 的 grandmother 是 %2 ") domainEnglishFormat.kif 3541-3541
(format EnglishLanguage grandmother "the grandmother of %1 is %2") domainEnglishFormat.kif 3540-3540
(termFormat ChineseLanguage grandmother "祖母") domainEnglishFormat.kif 26400-26400
(termFormat ChineseTraditionalLanguage grandmother "祖母") domainEnglishFormat.kif 26399-26399
(termFormat EnglishLanguage grandmother "grandmother") domainEnglishFormat.kif 26398-26398

antecedent
-------------------------


(=>
    (grandmother ?H ?P)
    (exists (?C)
        (and
            (mother ?C ?P)
            (parent ?H ?C))))
Mid-level-ontology.kif 23095-23100

consequent
-------------------------


(<=>
    (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