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

Formal Language: 



KB Term:  Term intersection
English Word: 

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 16536-16537
(domain sister 1 Woman) Merge.kif 16534-16534 The number 1 argument of sister is an instance of woman
(domain sister 2 Human) Merge.kif 16535-16535 The number 2 argument of sister is an instance of human
(instance sister IrreflexiveRelation) Merge.kif 16531-16531 sister is an instance of irreflexive relation
(instance sister PartialValuedRelation) Merge.kif 16533-16533 sister is an instance of partial valued relation
(instance sister TransitiveRelation) Merge.kif 16532-16532 sister is an instance of transitive relation
(subrelation sister sibling) Merge.kif 16530-16530 sister is a subrelation of sibling

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


(format ChineseLanguage sister "%1 是 %2 的 sister ") domainEnglishFormat.kif 4522-4522
(format ChineseTraditionalLanguage sister "%1 是 %2 的 sister ") domainEnglishFormat.kif 4521-4521
(format EnglishLanguage sister "%1 is the sister of %2") domainEnglishFormat.kif 4520-4520
(termFormat ChineseLanguage sister "妹妹") domainEnglishFormat.kif 53246-53246
(termFormat ChineseTraditionalLanguage sister "妹妹") domainEnglishFormat.kif 53245-53245
(termFormat EnglishLanguage sister "sister") domainEnglishFormat.kif 53244-53244

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


(<=>
    (aunt ?A ?H)
    (exists (?P)
        (and
            (sister ?A ?P)
            (parent ?H ?P))))
Mid-level-ontology.kif 23045-23050 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 714-720
(=>
    (fathersSistersHusband ?P ?H)
    (exists (?F ?AUN)
        (and
            (father ?P ?F)
            (sister ?F ?AUN)
            (husband ?AUN ?H))))
ArabicCulture.kif 630-636
(=>
    (fathersSistersSon ?P ?H)
    (exists (?F ?AUN)
        (and
            (father ?P ?F)
            (sister ?F ?AUN)
            (son ?AUN ?H))))
ArabicCulture.kif 702-708
(=>
    (maternalAunt ?P ?AUN)
    (exists (?M)
        (and
            (mother ?P ?M)
            (sister ?M ?AUN))))
ArabicCulture.kif 595-600
(=>
    (mothersSistersDaughter ?P ?H)
    (exists (?M ?AUN)
        (and
            (mother ?P ?M)
            (sister ?M ?AUN)
            (daughter ?AUN ?H))))
ArabicCulture.kif 738-744
(=>
    (mothersSistersHusband ?P ?H)
    (exists (?M ?AUN)
        (and
            (mother ?P ?M)
            (sister ?M ?AUN)
            (husband ?AUN ?H))))
ArabicCulture.kif 642-648
(=>
    (mothersSistersSon ?P ?H)
    (exists (?M ?AUN)
        (and
            (mother ?P ?M)
            (sister ?M ?AUN)
            (son ?AUN ?H))))
ArabicCulture.kif 726-732
(=>
    (paternalAunt ?P ?AUN)
    (exists (?F)
        (and
            (father ?P ?F)
            (sister ?F ?AUN))))
ArabicCulture.kif 584-589


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