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 16610-16611
(domain sister 1 Woman) Merge.kif 16608-16608 The number 1 argument of sister is an instance of woman
(domain sister 2 Human) Merge.kif 16609-16609 The number 2 argument of sister is an instance of human
(instance sister IrreflexiveRelation) Merge.kif 16605-16605 sister is an instance of irreflexive relation
(instance sister PartialValuedRelation) Merge.kif 16607-16607 sister is an instance of partial valued relation
(instance sister TransitiveRelation) Merge.kif 16606-16606 sister is an instance of transitive relation
(subrelation sister sibling) Merge.kif 16604-16604 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 53279-53279
(termFormat ChineseTraditionalLanguage sister "妹妹") domainEnglishFormat.kif 53278-53278
(termFormat EnglishLanguage sister "sister") domainEnglishFormat.kif 53277-53277

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


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