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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - SoftwareUnInstallation
SoftwareUnInstallation

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


(documentation SoftwareUnInstallation EnglishLanguage "The process of removing of an installed application from a computer.") engineering.kif 1326-1327
(subclass SoftwareUnInstallation ITProcess) engineering.kif 1330-1330

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


(termFormat ChineseLanguage SoftwareUnInstallation "反安装") domainEnglishFormat.kif 59996-59996
(termFormat ChineseTraditionalLanguage SoftwareUnInstallation "反安裝") domainEnglishFormat.kif 59995-59995
(termFormat EnglishLanguage SoftwareUnInstallation "un installation") domainEnglishFormat.kif 59994-59994
(termFormat EnglishLanguage SoftwareUnInstallation "uninstall") engineering.kif 1329-1329
(termFormat EnglishLanguage SoftwareUnInstallation "uninstallation") engineering.kif 1328-1328

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


(=>
    (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