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



KB Term:  Term intersection
English Word: 

Sigma KEE - SoftwareUpgrading
SoftwareUpgrading(software upgrade)

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


(subclass SoftwareUpgrading SoftwareInstallation) ComputingBrands.kif 3720-3720 Software upgrade is a subclass of install
(documentation SoftwareUpgrading EnglishLanguage "Replacing software with a later version of the same software") ComputingBrands.kif 3721-3722 Software upgrade is a subclass of install

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


(termFormat EnglishLanguage SoftwareUpgrading "software upgrading") ComputingBrands.kif 3724-3724
(termFormat EnglishLanguage SoftwareUpgrading "upgrading") ComputingBrands.kif 3725-3725
(termFormat EnglishLanguage SoftwareUpgrading "upgrade") ComputingBrands.kif 3726-3726
(termFormat EnglishLanguage SoftwareUpgrading "software upgrade") ComputingBrands.kif 3727-3727
(termFormat ChineseTraditionalLanguage SoftwareUpgrading "軟體更新") ComputingBrands.kif 3728-3728
(termFormat ChineseLanguage SoftwareUpgrading "软体更新") ComputingBrands.kif 3729-3729
(termFormat JapaneseLanguage SoftwareUpgrading "ソフトウェアの更新") ComputingBrands.kif 3730-3730

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


(=>
    (and
        (instance ?SU SoftwareUpgrading)
        (patient ?SU ?C)
        (instance ?C Computer))
    (exists (?P)
        (and
            (objectTransferred ?SU ?P)
            (instance ?P ComputerProgram)
            (holdsDuring
                (BeginFn
                    (WhenFn ?SU))
                (softwareVersion ?P PreviousVersion))
            (holdsDuring
                (EndFn
                    (WhenFn ?SU))
                (softwareVersion ?P CurrentVersion)))))
ComputingBrands.kif 3732-3746 If X is an instance of software upgrade, Y is a patient of X, and Y is an instance of computer, then there exists Z such that the object transferred in X is Z, Z is an instance of computer program, Z is the software version of Z holds during the beginning of the time of existence of X, and Z is the software version of Z holds during the end of the time of existence of X


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