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


KB Term:  Term intersection
English Word: 

Sigma KEE - runningOn
runningOn

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


(instance runningOn BinaryPredicate) QoSontology.kif 181-181 running on is an instance of binary predicate
(domain runningOn 1 ComputerProgram) QoSontology.kif 182-182 The number 1 argument of running on is an instance of computer program
(domain runningOn 2 Computer) QoSontology.kif 183-183 The number 2 argument of running on is an instance of computer
(documentation runningOn EnglishLanguage "(runningOn ?Program ?Computer) holds if the ComputerProgram ?Program is being executed on ?Computer.") QoSontology.kif 184-185 The number 2 argument of running on is an instance of computer

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


(format EnglishLanguage runningOn "%1 is running on %2") domainEnglishFormat.kif 4464-4464
(format ChineseTraditionalLanguage runningOn "%1 是 runningOn 在 %2 ") domainEnglishFormat.kif 4465-4465
(format ChineseLanguage runningOn "%1 是 runningOn 在 %2 ") domainEnglishFormat.kif 4466-4466
(termFormat EnglishLanguage runningOn "running on") domainEnglishFormat.kif 50613-50613
(termFormat ChineseTraditionalLanguage runningOn "繼續前進") domainEnglishFormat.kif 50614-50614
(termFormat ChineseLanguage runningOn "继续前进") domainEnglishFormat.kif 50615-50615

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


(=>
    (runningOn ?Program ?Computer)
    (exists (?Process)
        (and
            (programRunning ?Process ?Program)
            (computerRunning ?Process ?Computer))))
QoSontology.kif 187-192 If X is running on Y, then there exists Z such that X is a program running of Z and Z is running on Y

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


(=>
    (programRunning ?Process ?Program)
    (exists (?Computer)
        (runningOn ?Program ?Computer)))
QoSontology.kif 161-164 If X is a program running of Y, then there exists Z such that X is running on Z


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-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners