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 18676-18677
(subclass Bequeathing UnilateralGiving) Mid-level-ontology.kif 18675-18675 Bequeathing一方的な寄付subclass では %n

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


(termFormat ChineseLanguage Bequeathing "遗赠") domainEnglishFormat.kif 10763-10763
(termFormat ChineseTraditionalLanguage Bequeathing "遺贈") domainEnglishFormat.kif 10762-10762
(termFormat EnglishLanguage Bequeathing "bequeathing") domainEnglishFormat.kif 10761-10761

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 18679-18695

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


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


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