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

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


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

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 19734-19746

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


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


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