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


KB Term:  Term intersection
English Word: 

Sigma KEE - grandmother
grandmother

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


(subrelation grandmother grandparent) Mid-level-ontology.kif 25334-25334 grandmother is a subrelation of grandparent
(instance grandmother BinaryPredicate) Mid-level-ontology.kif 25335-25335 grandmother is an instance of binary predicate
(documentation grandmother EnglishLanguage "(grandmother ?PERSON ?PARENT) means that ?PARENT is the grandmother of ?PERSON.") Mid-level-ontology.kif 25408-25409 grandmother is an instance of binary predicate
(domain grandmother 1 Human) Mid-level-ontology.kif 25410-25410 The number 1 argument of grandmother is an instance of human
(domain grandmother 2 Woman) Mid-level-ontology.kif 25411-25411 The number 2 argument of grandmother is an instance of woman

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


(format EnglishLanguage grandmother "the grandmother of %1 is %2") domainEnglishFormat.kif 3538-3538
(format ChineseTraditionalLanguage grandmother "%1 的 grandmother 是 %2 ") domainEnglishFormat.kif 3539-3539
(format ChineseLanguage grandmother "%1 的 grandmother 是 %2 ") domainEnglishFormat.kif 3540-3540
(termFormat EnglishLanguage grandmother "grandmother") domainEnglishFormat.kif 26402-26402
(termFormat ChineseTraditionalLanguage grandmother "祖母") domainEnglishFormat.kif 26403-26403
(termFormat ChineseLanguage grandmother "祖母") domainEnglishFormat.kif 26404-26404

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


(=>
    (grandmother ?H ?P)
    (exists (?C)
        (and
            (mother ?C ?P)
            (parent ?H ?C))))
Mid-level-ontology.kif 25413-25418 If the grandmother of X is Y, then there exists Z such that Y is a mother of Z and Z is a parent of X

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 25379-25394 All of the following hold: (1) X (2) Y are cousins if (3) only if there exist Z (4) W such that the grandmother of X is Z (5) the grandfather of X is W (6) the grandmother of Y is Z (7) the grandfather of Y is W (8) there don't exist V (9) U such that V is a mother of X (10) U is a father of X (11) V is a mother of Y (12) U is a father of Y


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.0-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners