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 1639-1640
(subclass SoftwareUnInstallation ITProcess) engineering.kif 1643-1643

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


(termFormat ChineseLanguage SoftwareUnInstallation "反安装") domainEnglishFormat.kif 60019-60019
(termFormat ChineseTraditionalLanguage SoftwareUnInstallation "反安裝") domainEnglishFormat.kif 60018-60018
(termFormat EnglishLanguage SoftwareUnInstallation "un installation") domainEnglishFormat.kif 60017-60017
(termFormat EnglishLanguage SoftwareUnInstallation "uninstall") engineering.kif 1642-1642
(termFormat EnglishLanguage SoftwareUnInstallation "uninstallation") engineering.kif 1641-1641

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 3598-3612


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