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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ComputerNetwork
ComputerNetwork

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


(documentation ComputerNetwork EnglishLanguage "The network includes the network operating system in the client and server machines, the cables connecting them and all supporting hardware in between such as bridges, routers and switches.") QoSontology.kif 31-34
(subclass ComputerNetwork ComputationalSystem) QoSontology.kif 30-30
(subclass ComputerNetwork RealtimeSystem) QoSontology.kif 1330-1330

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


(subclass AirPrint ComputerNetwork) ComputingBrands.kif 1872-1872
(subclass LAN ComputerNetwork) QoSontology.kif 36-36
(subclass WirelessNetwork ComputerNetwork) ComputingBrands.kif 1408-1408
(termFormat ChineseLanguage ComputerNetwork "计算机网络") domainEnglishFormat.kif 16326-16326
(termFormat ChineseTraditionalLanguage ComputerNetwork "計算機網絡") domainEnglishFormat.kif 16325-16325
(termFormat EnglishLanguage ComputerNetwork "computer network") domainEnglishFormat.kif 16324-16324

appearance as argument number 3
-------------------------


(domain bandwidth 1 ComputerNetwork) QoSontology.kif 1053-1053
(domain defaultNetwork 2 ComputerNetwork) QoSontology.kif 1004-1004
(domainSubclass NetworkCommunicationFn 1 ComputerNetwork) ComputingBrands.kif 1521-1521

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


(=>
    (and
        (instance ?System HardwareSystem)
        (component ?Network ?System)
        (instance ?Event DataTransfer)
        (origin ?Event ?System))
    (and
        (instance ?Network ComputerNetwork)
        (instrument ?Event ?Network)))
QoSontology.kif 326-334
(=>
    (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
(=>
    (instance ?NA NetworkAdapter)
    (exists (?Net)
        (and
            (instance ?Net ComputerNetwork)
            (connected ?NA ?Net))))
QoSontology.kif 831-836
(=>
    (instance ?NM NetworkMessaging)
    (exists (?CN)
        (and
            (instance ?CN ComputerNetwork)
            (instrument ?NM ?CN))))
ComputingBrands.kif 4173-4178
(=>
    (instance ?System HardwareSystem)
    (exists (?Processor ?Memory ?Network)
        (and
            (instance ?Processor CPU)
            (component ?System ?Processor)
            (instance ?Memory ComputerMemory)
            (component ?System ?Memory)
            (instance ?Network ComputerNetwork)
            (component ?System ?Network))))
QoSontology.kif 312-321


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