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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - SoftwareInstallation
SoftwareInstallation(installation)

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


(documentation SoftwareInstallation EnglishLanguage "The process of deploying an application on a computer.") engineering.kif 1633-1634
(externalImage SoftwareInstallation "http://upload.wikimedia.org/wikipedia/ commons/ 1/ 11/ Klamav_install.png") pictureList.kif 11219-11219
(externalImage SoftwareInstallation "http://upload.wikimedia.org/wikipedia/ commons/ 6/ 62/ FreeDOS_Beta_9_pre_release5_%28install_progress%29_on_Bochs_sshot20040912.png") pictureList.kif 11218-11218
(externalImage SoftwareInstallation "http://upload.wikimedia.org/wikipedia/ commons/ 6/ 63/ Cygwin_setup.png") pictureList.kif 11216-11216
(externalImage SoftwareInstallation "http://upload.wikimedia.org/wikipedia/ commons/ 6/ 68/ Zero_Install_caching_an_application.png") pictureList.kif 11217-11217
(subclass SoftwareInstallation DataTransfer) ComputingBrands.kif 3591-3591 Installation is a subclass of data transfer
(subclass SoftwareInstallation ITProcess) engineering.kif 1637-1637 Installation is a subclass of IT process

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


(subclass SoftwareUpgrading SoftwareInstallation) ComputingBrands.kif 3814-3814 Software upgrade is a subclass of installation
(termFormat ChineseLanguage SoftwareInstallation "安装") domainEnglishFormat.kif 30263-30263 Software upgrade is a subclass of installation
(termFormat ChineseTraditionalLanguage SoftwareInstallation "安裝") domainEnglishFormat.kif 30262-30262 Software upgrade is a subclass of installation
(termFormat EnglishLanguage SoftwareInstallation "install") engineering.kif 1636-1636 Software upgrade is a subclass of installation
(termFormat EnglishLanguage SoftwareInstallation "installation") domainEnglishFormat.kif 30261-30261 Software upgrade is a subclass of installation

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


(=>
    (and
        (instance ?I SoftwareInstallation)
        (dataProcessed ?I ?P)
        (instance ?P ComputerProgram)
        (destination ?I ?C))
    (hasPurpose ?I
        (exists (?PROC)
            (computerRunning ?PROC ?C))))
ComputingBrands.kif 3593-3601

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


(=>
    (and
        (instance ?U SoftwareUnInstallation)
        (equal ?T2
            (WhenFn ?U))
        (dataProcessed ?U ?P)
        (instance ?P ComputerProgram)
        (located ?U ?C))
    (exists (?I ?T1)
        (and
            (instance ?I SoftwareInstallation)
            (equal ?T1
                (WhenFn ?I))
            (dataProcessed ?I ?P)
            (instance ?P ComputerProgram)
            (located ?I ?C)
            (earlier ?T1 ?T2))))
ComputingBrands.kif 3603-3617


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