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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - uncle
uncle

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


(documentation uncle EnglishLanguage "(uncle ?UNCLE ?PERSON) means that ?UNCLE is the brother of a parent of ?PERSON.") Mid-level-ontology.kif 23413-23414
(domain uncle 1 Man) Mid-level-ontology.kif 23415-23415 The number 1 argument of uncle is an instance of man
(domain uncle 2 Human) Mid-level-ontology.kif 23416-23416 The number 2 argument of uncle is an instance of human
(instance uncle BinaryPredicate) Mid-level-ontology.kif 23418-23418 uncle is an instance of binary predicate
(subrelation uncle familyRelation) Mid-level-ontology.kif 23417-23417 uncle is a subrelation of family relation

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


(format ChineseLanguage uncle "%2 的 uncle 是 %1 ") domainEnglishFormat.kif 4860-4860
(format ChineseTraditionalLanguage uncle "%2 的 uncle 是 %1 ") domainEnglishFormat.kif 4859-4859
(format EnglishLanguage uncle "the uncle of %2 is %1") domainEnglishFormat.kif 4858-4858
(termFormat ChineseLanguage uncle "叔叔") domainEnglishFormat.kif 59898-59898
(termFormat ChineseTraditionalLanguage uncle "叔叔") domainEnglishFormat.kif 59897-59897
(termFormat EnglishLanguage uncle "uncle") domainEnglishFormat.kif 59896-59896

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


(<=>
    (uncle ?U ?H)
    (exists (?P)
        (and
            (brother ?U ?P)
            (parent ?H ?P))))
Mid-level-ontology.kif 23420-23425 The uncle of a human is a man if and only if there exists another human such that the man is the brother of the other human and the other human is a parent of the human


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