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

Formal Language: 



KB Term:  Term intersection
English Word: 

  ComputerNetwork

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 子類 計算機網絡 and 計算系統
(subclass ComputerNetwork RealtimeSystem) QoSontology.kif 1330-1330 子類 計算機網絡 and 實時系統

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


(subclass AirPrint ComputerNetwork) ComputingBrands.kif 1872-1872 子類 隔空打印 and 計算機網絡
(subclass LAN ComputerNetwork) QoSontology.kif 36-36 子類 LAN and 計算機網絡
(subclass WirelessNetwork ComputerNetwork) ComputingBrands.kif 1408-1408 子類 WirelessNetwork and 計算機網絡
(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 帶寬, 1 and 計算機網絡
(domain defaultNetwork 2 ComputerNetwork) QoSontology.kif 1004-1004 預設網絡, 2 and 計算機網絡
(domainSubclass NetworkCommunicationFn 1 ComputerNetwork) ComputingBrands.kif 1521-1521 域子類 網路通信功能, 1 and 計算機網絡

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