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 ComputerNetworkComputationalSystemsubclass では
(subclass ComputerNetwork RealtimeSystem) QoSontology.kif 1439-1439 ComputerNetworkRealtimeSystemsubclass では

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


(subclass AirPrint ComputerNetwork) ComputingBrands.kif 1872-1872 AirPrintComputerNetworksubclass では
(subclass LAN ComputerNetwork) QoSontology.kif 36-36 LANComputerNetworksubclass では
(subclass WirelessNetwork ComputerNetwork) ComputingBrands.kif 1408-1408 WirelessNetworkComputerNetworksubclass では
(termFormat ChineseLanguage ComputerNetwork "计算机网络") domainEnglishFormat.kif 16335-16335 WirelessNetworkComputerNetworksubclass では
(termFormat ChineseTraditionalLanguage ComputerNetwork "計算機網絡") domainEnglishFormat.kif 16334-16334 WirelessNetworkComputerNetworksubclass では
(termFormat EnglishLanguage ComputerNetwork "computer network") domainEnglishFormat.kif 16333-16333 WirelessNetworkComputerNetworksubclass では

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


(domain bandwidth 1 ComputerNetwork) QoSontology.kif 1162-1162 bandwidth の数値 1 引数は ComputerNetworkinstance では
(domain defaultNetwork 2 ComputerNetwork) QoSontology.kif 1113-1113 defaultNetwork の数値 2 引数は ComputerNetworkinstance では
(domainSubclass NetworkCommunicationFn 1 ComputerNetwork) ComputingBrands.kif 1521-1521 ネットワーク通信機能 の数値 1 引数は ComputerNetworksubclass では

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


(=>
    (and
        (instance ?System HardwareSystem)
        (component ?Network ?System)
        (instance ?Event DataTransfer)
        (origin ?Event ?System))
    (and
        (instance ?Network ComputerNetwork)
        (instrument ?Event ?Network)))
QoSontology.kif 327-335
(=>
    (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
(=>
    (instance ?NA NetworkAdapter)
    (exists (?Net)
        (and
            (instance ?Net ComputerNetwork)
            (connected ?NA ?Net))))
QoSontology.kif 940-945
(=>
    (instance ?NM NetworkMessaging)
    (exists (?CN)
        (and
            (instance ?CN ComputerNetwork)
            (instrument ?NM ?CN))))
ComputingBrands.kif 4168-4173
(=>
    (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 313-322


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