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 18900-18900
(subclass Awarding UnilateralGiving) Mid-level-ontology.kif 18899-18899 Awarding is a subclass of unilateral giving

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


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

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 18903-18915

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


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


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