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

Formal Language: 


KB Term:  Term intersection
English Word: 

  ComputerSystem

Sigma KEE - ComputerSystem
ComputerSystem

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


(documentation ComputerSystem EnglishLanguage "A Collection of Computers connected by a ComputerNetwork and possibly containing various ComputerIODevices. This includes distributed WebSites, cloud servers and server farms.") ComputingBrands.kif 3314-3316
(subclass ComputerSystem Collection) ComputingBrands.kif 3313-3313

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


(instance ICloud ComputerSystem) ComputingBrands.kif 3335-3335
(termFormat EnglishLanguage ComputerSystem "computer system") ComputingBrands.kif 3318-3318

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


(=>
    (instance ?CS ComputerSystem)
    (exists (?C1 ?C2 ?CN)
        (and
            (instance ?C1 Computer)
            (instance ?C2 Computer)
            (instance ?CN ComputerNetwork)
            (member ?C1 ?CS)
            (member ?C2 ?CS)
            (member ?CN ?CS)
            (not
                (equal ?C1 ?C2))
            (connectedEngineeringComponents ?C1 ?CN)
            (connectedEngineeringComponents ?C2 ?CN))))
ComputingBrands.kif 3320-3333

consequent
-------------------------


(=>
    (instance ?ACT DownloadingOverNetwork)
    (exists (?DATA ?COM)
        (and
            (patient ?ACT ?DATA)
            (agent ?ACT ?COM)
            (destination ?ACT ?COM)
            (instance ?COM ComputerSystem)
            (instance ?DATA DigitalData))))
ComputerInput.kif 2684-2692


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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