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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ComputerBackingUp
ComputerBackingUp(backup)

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 Backup is a subclass of computer process
(subclass ComputerBackingUp Copying) ComputingBrands.kif 3490-3490 Backup is a subclass of copying
(subclass ComputerBackingUp DataTransfer) ComputingBrands.kif 3489-3489 Backup is a subclass of data transfer

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