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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ComputerBackingUp
ComputerBackingUp

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


(documentation ComputerBackingUp EnglishLanguage "The Process of Copying DigitalData to prevent loss of that data resulting from some error or accident in the future.") ComputingBrands.kif 3492-3493
(subclass ComputerBackingUp ComputerProcess) ComputingBrands.kif 3491-3491 子類 ComputerBackingUp and 電腦程序
(subclass ComputerBackingUp Copying) ComputingBrands.kif 3490-3490 子類 ComputerBackingUp and 模仿
(subclass ComputerBackingUp DataTransfer) ComputingBrands.kif 3489-3489 子類 ComputerBackingUp and 數據傳輸

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


(termFormat EnglishLanguage ComputerBackingUp "backup") ComputingBrands.kif 3494-3494

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


(=>
    (and
        (instance ?C ComputerBackingUp)
        (dataProcessed ?C ?DD)
        (instance ?DD DigitalData)
        (agent ?C ?A))
    (desires ?A
        (exists (?T)
            (and
                (earlier
                    (WhenFn ?C) ?T)
                (holdsDuring
                    (?T)
                    (exists (?PROC)
                        (and
                            (instance ?PROC ComputerProcess)
                            (capability ?PROC dataProcessed ?DD))))))))
ComputingBrands.kif 3496-3510


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