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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - wife
wife

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


(documentation wife ChineseLanguage "(wife ?WOMAN ?MAN)的意思是 ?WOMAN 是 ?MAN 的妻子。") chinese_format.kif 3716-3716
(documentation wife EnglishLanguage "(wife ?WOMAN ?MAN) means that ?WOMAN is the wife of ?MAN.") Merge.kif 16744-16745
(domain wife 1 Woman) Merge.kif 16742-16742 The number 1 argument of wife is an instance of woman
(domain wife 2 Man) Merge.kif 16743-16743 The number 2 argument of wife is an instance of man
(instance wife AsymmetricRelation) Merge.kif 16739-16739 wife is an instance of asymmetric relation
(instance wife BinaryPredicate) Merge.kif 16741-16741 wife is an instance of binary predicate
(instance wife IrreflexiveRelation) Merge.kif 16740-16740 wife is an instance of irreflexive relation

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


(format ChineseLanguage wife "%1 是 %2 的 wife ") domainEnglishFormat.kif 4998-4998
(format ChineseTraditionalLanguage wife "%1 是 %2 的 wife ") domainEnglishFormat.kif 4997-4997
(format EnglishLanguage wife "%1 is the wife of %2") domainEnglishFormat.kif 4996-4996
(inverse husband wife) Merge.kif 16734-16734 husband is an inverse of wife
(termFormat ChineseLanguage wife "妻子") domainEnglishFormat.kif 63104-63104 husband is an inverse of wife
(termFormat ChineseTraditionalLanguage wife "妻子") domainEnglishFormat.kif 63103-63103 husband is an inverse of wife
(termFormat EnglishLanguage wife "wife") domainEnglishFormat.kif 63102-63102 husband is an inverse of wife

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


(=>
    (attribute ?W Housewife)
    (exists (?H)
        (wife ?W ?H)))
Mid-level-ontology.kif 22221-22224
(=>
    (fathersBrothersWife ?P ?W)
    (exists (?F ?UNC)
        (and
            (father ?P ?F)
            (brother ?F ?UNC)
            (wife ?UNC ?W))))
ArabicCulture.kif 616-622
(=>
    (instance ?MS MuakharSadaq)
    (exists (?H ?W ?T1 ?T2)
        (and
            (agent ?MS ?H)
            (origin ?MS ?H)
            (destination ?MS ?W)
            (holdsDuring ?T1
                (wife ?W ?H))
            (not
                (holdsDuring ?T2
                    (wife ?W ?H)))
            (finishes ?T1 ?MS)
            (before ?T1 ?T2)
            (starts ?T2 ?MS))))
ArabicCulture.kif 285-299
(=>
    (instance ?MS MuqaddamSadaq)
    (exists (?H ?W ?T1 ?T2)
        (and
            (agent ?MS ?H)
            (origin ?MS ?H)
            (destination ?MS ?W)
            (not
                (holdsDuring ?T1
                    (wife ?W ?H)))
            (holdsDuring ?T2
                (wife ?W ?H))
            (finishes ?T1 ?MS)
            (before ?T1 ?T2)
            (starts ?T2 ?MS))))
ArabicCulture.kif 305-319
(=>
    (mothersBrothersWife ?P ?W)
    (exists (?M ?UNC)
        (and
            (mother ?P ?M)
            (brother ?M ?UNC)
            (wife ?UNC ?W))))
ArabicCulture.kif 630-636


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