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



KB Term:  Term intersection
English Word: 

Sigma KEE - ITAgent
ITAgent(IT agent)

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


(documentation ITAgent EnglishLanguage "agent capable of performing ITProcess") engineering.kif 1730-1730
(subclass ITAgent AutonomousAgent) engineering.kif 1731-1731 IT agent is a subclass of agent

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


(termFormat EnglishLanguage ITAgent "IT agent") domainEnglishFormat.kif 31233-31233
(termFormat ChineseTraditionalLanguage ITAgent "IT代理商") domainEnglishFormat.kif 31234-31234
(termFormat ChineseLanguage ITAgent "IT代理商") domainEnglishFormat.kif 31235-31235

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


(=>
    (and
        (instance ?P PhasedArrayAntenna)
        (instance ?G Guiding)
        (patient ?G ?P)
        (agent ?G ?A))
    (instance ?A ITAgent))
Transportation.kif 5402-5408 If X is an instance of phased array attenna, Y is an instance of guiding, X is a patient of Y, and Z is an agent of Y, then Z is an instance of IT agent
(=>
    (instance ?PROCESS ITProcess)
    (exists (?AGENT ?PATIENT)
        (and
            (agent ?PROCESS ?AGENT)
            (patient ?PROCESS ?PATIENT)
            (instance ?AGENT ITAgent)
            (instance ?PATIENT Computer))))
engineering.kif 1736-1743 If X is an instance of IT process, then there exist Y, Z such that Y is an agent of X, Z is a patient of X, Y is an instance of IT agent, and Z is an instance of computer


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners