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 3488-3489
(subclass ComputerBackingUp ComputerProcess) ComputingBrands.kif 3487-3487
(subclass ComputerBackingUp Copying) ComputingBrands.kif 3486-3486
(subclass ComputerBackingUp DataTransfer) ComputingBrands.kif 3485-3485

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


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

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 3492-3506


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