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 16585-16586
(domain sister 1 Woman) Merge.kif 16583-16583 The number 1 argument of sister is an instance of woman
(domain sister 2 Human) Merge.kif 16584-16584 The number 2 argument of sister is an instance of human
(instance sister IrreflexiveRelation) Merge.kif 16580-16580 sister is an instance of irreflexive relation
(instance sister PartialValuedRelation) Merge.kif 16582-16582 sister is an instance of partial valued relation
(instance sister TransitiveRelation) Merge.kif 16581-16581 sister is an instance of transitive relation
(subrelation sister sibling) Merge.kif 16579-16579 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 53286-53286
(termFormat ChineseTraditionalLanguage sister "妹妹") domainEnglishFormat.kif 53285-53285
(termFormat EnglishLanguage sister "sister") domainEnglishFormat.kif 53284-53284

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


(<=>
    (aunt ?A ?H)
    (exists (?P)
        (and
            (sister ?A ?P)
            (parent ?H ?P))))
Mid-level-ontology.kif 23329-23334 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