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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Awarding
Awarding(awarding)award, bestow, confer, decorate, grant, present

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


(documentation Awarding EnglishLanguage "Giving to any AutonomousAgent for doing some Process.") Mid-level-ontology.kif 18591-18591
(subclass Awarding UnilateralGiving) Mid-level-ontology.kif 18590-18590 Awarding is a subclass of unilateral giving

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


(termFormat EnglishLanguage Awarding "awarding") Mid-level-ontology.kif 18592-18592

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


(=>
    (instance ?A Awarding)
    (exists (?RECIPIENT ?GIVER ?PROCESS ?AWARD)
        (and
            (instance ?RECIPIENT AutonomousAgent)
            (instance ?GIVER AutonomousAgent)
            (instance ?PROCESS Process)
            (instance ?AWARD Object)
            (agent ?PROCESS ?RECIPIENT)
            (agent ?A ?GIVER)
            (patient ?A ?AWARD)
            (destination ?A ?RECIPIENT)
            (causes ?PROCESS ?A))))
Mid-level-ontology.kif 18594-18606

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


(=>
    (hasAward ?RECIPIENT ?AWARD)
    (exists (?A)
        (and
            (instance ?A Awarding)
            (destination ?A ?RECIPIENT)
            (patient ?A ?AWARD))))
Mid-level-ontology.kif 18615-18621


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