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

Formal Language: 



KB Term:  Term intersection
English Word: 

  nephew

Sigma KEE - nephew
nephew

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


(documentation nephew EnglishLanguage "(nephew ?NEPHEW ?PERSON) means that ?NEPHEW is the son of a sibling of ?PERSON.") Mid-level-ontology.kif 23102-23103
(domain nephew 1 Man) Mid-level-ontology.kif 23104-23104 The number 1 argument of nephew is an instance of man
(domain nephew 2 Human) Mid-level-ontology.kif 23105-23105 The number 2 argument of nephew is an instance of human
(instance nephew BinaryPredicate) Mid-level-ontology.kif 23107-23107 nephew is an instance of binary predicate
(subrelation nephew familyRelation) Mid-level-ontology.kif 23106-23106 nephew is a subrelation of family relation

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


(format ChineseLanguage nephew "%1 是 %2 的 nephew ") domainEnglishFormat.kif 3970-3970
(format ChineseTraditionalLanguage nephew "%1 是 %2 的 nephew ") domainEnglishFormat.kif 3969-3969
(format EnglishLanguage nephew "%1 is the nephew of %2") domainEnglishFormat.kif 3968-3968
(termFormat ChineseLanguage nephew "外甥") domainEnglishFormat.kif 40155-40155
(termFormat ChineseTraditionalLanguage nephew "外甥") domainEnglishFormat.kif 40154-40154
(termFormat EnglishLanguage nephew "nephew") domainEnglishFormat.kif 40153-40153

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


(<=>
    (nephew ?N ?H)
    (exists (?S)
        (and
            (sibling ?S ?H)
            (son ?N ?S))))
Mid-level-ontology.kif 23109-23114 A man is the nephew of a human if and only if there exists an organism such that the organism is a sibling of the human and the man is the son of the organism


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