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

Formal Language: 


KB Term:  Term intersection
English Word: 

  Entity

Sigma KEE - sister
sister

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


(documentation sister ChineseLanguage "这是姐妹的概括关系。(sister ?WOMAN ?PERSON)的意思是 ?WOMAN 是 ?PERSON 的姐妹。") chinese_format.kif 3703-3704
(documentation sister EnglishLanguage "The general relationship of being a sister. (sister ?WOMAN ?PERSON) means that ?WOMAN is the sister of ?PERSON.") Merge.kif 16689-16690
(domain sister 1 Woman) Merge.kif 16687-16687 The number 1 argument of sister is an instance of woman
(domain sister 2 Human) Merge.kif 16688-16688 The number 2 argument of sister is an instance of human
(instance sister IrreflexiveRelation) Merge.kif 16684-16684 sister is an instance of irreflexive relation
(instance sister PartialValuedRelation) Merge.kif 16686-16686 sister is an instance of partial valued relation
(instance sister TransitiveRelation) Merge.kif 16685-16685 sister is an instance of transitive relation
(subrelation sister sibling) Merge.kif 16683-16683 sister is a subrelation of sibling

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


(format ChineseLanguage sister "%1 是 %2 的 sister ") domainEnglishFormat.kif 4526-4526
(format ChineseTraditionalLanguage sister "%1 是 %2 的 sister ") domainEnglishFormat.kif 4525-4525
(format EnglishLanguage sister "%1 is the sister of %2") domainEnglishFormat.kif 4524-4524
(termFormat ChineseLanguage sister "妹妹") domainEnglishFormat.kif 53250-53250
(termFormat ChineseTraditionalLanguage sister "妹妹") domainEnglishFormat.kif 53249-53249
(termFormat EnglishLanguage sister "sister") domainEnglishFormat.kif 53248-53248

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


(<=>
    (aunt ?A ?H)
    (exists (?P)
        (and
            (sister ?A ?P)
            (parent ?H ?P))))
Mid-level-ontology.kif 24687-24692 A woman is the aunt of a human if and only if there exists another human such that the woman is the sister of the other human and the other human is a parent of the human
(=>
    (fathersSistersDaughter ?P ?H)
    (exists (?F ?AUN)
        (and
            (father ?P ?F)
            (sister ?F ?AUN)
            (daughter ?AUN ?H))))
ArabicCulture.kif 742-748
(=>
    (fathersSistersHusband ?P ?H)
    (exists (?F ?AUN)
        (and
            (father ?P ?F)
            (sister ?F ?AUN)
            (husband ?AUN ?H))))
ArabicCulture.kif 644-650
(=>
    (fathersSistersSon ?P ?H)
    (exists (?F ?AUN)
        (and
            (father ?P ?F)
            (sister ?F ?AUN)
            (son ?AUN ?H))))
ArabicCulture.kif 728-734
(=>
    (maternalAunt ?P ?AUN)
    (exists (?M)
        (and
            (mother ?P ?M)
            (sister ?M ?AUN))))
ArabicCulture.kif 603-608
(=>
    (mothersSistersDaughter ?P ?H)
    (exists (?M ?AUN)
        (and
            (mother ?P ?M)
            (sister ?M ?AUN)
            (daughter ?AUN ?H))))
ArabicCulture.kif 770-776
(=>
    (mothersSistersHusband ?P ?H)
    (exists (?M ?AUN)
        (and
            (mother ?P ?M)
            (sister ?M ?AUN)
            (husband ?AUN ?H))))
ArabicCulture.kif 658-664
(=>
    (mothersSistersSon ?P ?H)
    (exists (?M ?AUN)
        (and
            (mother ?P ?M)
            (sister ?M ?AUN)
            (son ?AUN ?H))))
ArabicCulture.kif 756-762
(=>
    (paternalAunt ?P ?AUN)
    (exists (?F)
        (and
            (father ?P ?F)
            (sister ?F ?AUN))))
ArabicCulture.kif 590-595


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