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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - grandfather
grandfather

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


(documentation grandfather EnglishLanguage "(grandfather ?PERSON ?PARENT) means that ?PARENT is the grandfather of ?PERSON.") Mid-level-ontology.kif 24719-24720
(domain grandfather 1 Human) Mid-level-ontology.kif 24721-24721 grandfather の数値 1 引数は 人[人間]instance では
(domain grandfather 2 Man) Mid-level-ontology.kif 24722-24722 grandfather の数値 2 引数は Maninstance では
(instance grandfather BinaryPredicate) Mid-level-ontology.kif 24660-24660 grandfather2進述語instance では
(subrelation grandfather grandparent) Mid-level-ontology.kif 24659-24659 grandfathergrandparentsubrelation では

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


(format ChineseLanguage grandfather "%1 的 grandfather 是 %2 ") domainEnglishFormat.kif 3536-3536
(format ChineseTraditionalLanguage grandfather "%1 的 grandfather 是 %2 ") domainEnglishFormat.kif 3535-3535
(format EnglishLanguage grandfather "the grandfather of %1 is %2") domainEnglishFormat.kif 3534-3534
(termFormat ChineseLanguage grandfather "祖父") domainEnglishFormat.kif 26405-26405
(termFormat ChineseTraditionalLanguage grandfather "祖父") domainEnglishFormat.kif 26404-26404
(termFormat EnglishLanguage grandfather "grandfather") domainEnglishFormat.kif 26403-26403

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


(=>
    (grandfather ?H ?P)
    (exists (?C)
        (and
            (father ?C ?P)
            (parent ?H ?C))))
Mid-level-ontology.kif 24724-24729

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 24702-24717 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