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



KB Term:  Term intersection
English Word: 

  startupOf

Sigma KEE - startupOf
startupOf

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


(instance startupOf BinaryPredicate) QoSontology.kif 364-364 startup of is an instance of binary predicate
(domain startupOf 1 StartupBlock) QoSontology.kif 365-365 The number 1 argument of startup of is an instance of startup block
(domain startupOf 2 ComputerProgram) QoSontology.kif 366-366 The number 2 argument of startup of is an instance of computer program
(documentation startupOf EnglishLanguage "(startupOf ?STARTUP ?PROGRAM) holds just in case an instance of StartupBlock ?STARTUP specifies a set of instructions to start the ?PROGRAM.") QoSontology.kif 367-369 The number 2 argument of startup of is an instance of computer program

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


(format EnglishLanguage startupOf "%2 is %n a startup of %1") domainEnglishFormat.kif 2349-2349
(format ChineseTraditionalLanguage startupOf "%2 %n 是 %1 的 startup ") domainEnglishFormat.kif 2350-2350
(format ChineseLanguage startupOf "%2 %n 是 %1 的 startup") domainEnglishFormat.kif 2351-2351
(termFormat EnglishLanguage startupOf "startup of") domainEnglishFormat.kif 55087-55087
(termFormat ChineseTraditionalLanguage startupOf "的啟動") domainEnglishFormat.kif 55088-55088
(termFormat ChineseLanguage startupOf "的启动") domainEnglishFormat.kif 55089-55089

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


(=>
    (and
        (startupOf ?Startup ?Application)
        (instance ?Process1 ComputerProcess)
        (programRunning ?Process1 ?Startup)
        (equal
            (WhenFn ?Process1) ?Time1))
    (exists (?Process2 ?Time2)
        (and
            (instance ?Process2 ComputerProcess)
            (programRunning ?Process2 ?Application)
            (equal
                (WhenFn ?Process2) ?Time2)
            (meetsTemporally ?Time1 ?Time2))))
QoSontology.kif 380-391 If X is a startup of Y, Z is an instance of computer process, Y is a program running of Z, and equal the time of existence of Z and W, then there exist V, U such that V is an instance of computer process, X is a program running of V, equal the time of existence of V, U, and W meets U

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


(=>
    (instance ?Startup StartupBlock)
    (exists (?Application)
        (startupOf ?Startup ?Application)))
QoSontology.kif 373-376 If X is an instance of startup block, then there exists Y such that Y is a startup of X


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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