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

Formal Language: 



KB Term:  Term intersection
English Word: 

  Bequeathing

Sigma KEE - Bequeathing
Bequeathing

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


(documentation Bequeathing EnglishLanguage "Any UnilateralGiving where the agent wills some part of his/ her property to someone else upon his/ her death.") Mid-level-ontology.kif 18509-18510
(subclass Bequeathing UnilateralGiving) Mid-level-ontology.kif 18508-18508 Bequeathing est une sous-classe de donnation unilat�rale

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


(termFormat ChineseLanguage Bequeathing "遗赠") domainEnglishFormat.kif 10768-10768
(termFormat ChineseTraditionalLanguage Bequeathing "遺贈") domainEnglishFormat.kif 10767-10767
(termFormat EnglishLanguage Bequeathing "bequeathing") domainEnglishFormat.kif 10766-10766

antecedent
-------------------------


(=>
    (and
        (instance ?B Bequeathing)
        (agent ?B ?P)
        (destination ?B ?H)
        (objectTransferred ?B ?PROP))
    (exists (?D)
        (and
            (instance ?D Death)
            (experiencer ?D ?P)
            (earlier
                (WhenFn ?D)
                (WhenFn ?B))
            (holdsDuring
                (ImmediatePastFn
                    (WhenFn ?D))
                (possesses ?P ?PROP))
            (confersNorm ?P
                (possesses ?H ?PROP) Permission))))
Mid-level-ontology.kif 18512-18528

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


(=>
    (instance ?T Testament)
    (exists (?B)
        (and
            (instance ?B Bequeathing)
            (refers ?T ?B))))
Mid-level-ontology.kif 16465-16470


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