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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - appointedPosition
appointedPosition

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


(documentation appointedPosition EnglishLanguage "(appointedPosition ?PROC ?AGENT ?POS) means that an ?AGENT (can be a Human or an Organization) is appointed, through the Process of Appointing to the Position of ?POS. For example, a person is appointed to a Cleric position in Christianity.") Biography.kif 152-154
(domain appointedPosition 1 Appointing) Biography.kif 149-149 appointedPosition の数値 1 引数は Appointinginstance では %n
(domain appointedPosition 2 AutonomousAgent) Biography.kif 150-150 appointedPosition の数値 2 引数は AutonomousAgentinstance では %n
(domain appointedPosition 3 Position) Biography.kif 151-151 appointedPosition の数値 3 引数は ポジションinstance では %n
(instance appointedPosition TernaryPredicate) Biography.kif 148-148 appointedPosition3進述語instance では %n

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


(=>
    (and
        (instance ?ORD Ordaining)
        (patient ?ORD ?X)
        (instance ?X Human)
        (member ?X Christianity))
    (hasPurpose ?ORD
        (exists (?CER ?A)
            (and
                (instance ?CER Ceremony)
                (instance ?A Appointing)
                (subProcess ?A ?CER)
                (patient ?A ?X)
                (appointedPosition ?A ?X Cleric)))))
Biography.kif 156-169


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