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

Formal Language: 



KB Term:  Term intersection
English Word: 

  Evacuation

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 18703-18704
(subclass Bequeathing UnilateralGiving) Mid-level-ontology.kif 18702-18702 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 18706-18722

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


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


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