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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ComputerSystem
ComputerSystem(computer system)

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 3318-3320
(subclass ComputerSystem Collection) ComputingBrands.kif 3317-3317 Computer system is a subclass of collection

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


(instance ICloud ComputerSystem) ComputingBrands.kif 3339-3339 I-cloud is an instance of computer system
(termFormat EnglishLanguage ComputerSystem "computer system") ComputingBrands.kif 3322-3322

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 3324-3337

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