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


KB Term:  Term intersection
English Word: 

Sigma KEE - ITProcess
ITProcess(IT process)

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


(documentation ITProcess EnglishLanguage "A process performed on a computer by a human operator.") engineering.kif 1579-1580
(subclass ITProcess IntentionalProcess) engineering.kif 1581-1581 IT process is a subclass of intentional process

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


(subclass Uploading ITProcess) Facebook.kif 484-484 Uploading is a subclass of IT process
(subclass Downloading ITProcess) Facebook.kif 510-510 Downloading is a subclass of IT process
(termFormat EnglishLanguage ITProcess "IT process") domainEnglishFormat.kif 31317-31317 Downloading is a subclass of IT process
(termFormat ChineseTraditionalLanguage ITProcess "IT流程") domainEnglishFormat.kif 31318-31318 Downloading is a subclass of IT process
(termFormat ChineseLanguage ITProcess "IT流程") domainEnglishFormat.kif 31319-31319 Downloading is a subclass of IT process
(subclass SoftwareInstallation ITProcess) engineering.kif 1595-1595 Install is a subclass of IT process
(subclass SoftwareUnInstallation ITProcess) engineering.kif 1601-1601 Uninstall is a subclass of IT process

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


(=>
    (instance ?PROCESS ITProcess)
    (exists (?AGENT ?PATIENT)
        (and
            (agent ?PROCESS ?AGENT)
            (patient ?PROCESS ?PATIENT)
            (instance ?AGENT ITAgent)
            (instance ?PATIENT Computer))))
engineering.kif 1582-1589 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 is open source software produced by Articulate Software and its partners