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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ComputerNetwork
ComputerNetwork(computer network)computer_network, information_superhighway, superhighway

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 Computer network is a subclass of computational system
(subclass ComputerNetwork RealtimeSystem) QoSontology.kif 1439-1439 Computer network is a subclass of realtime system

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


(subclass AirPrint ComputerNetwork) ComputingBrands.kif 1872-1872 AirPrint is a subclass of computer network
(subclass LAN ComputerNetwork) QoSontology.kif 36-36 LAN is a subclass of computer network
(subclass WirelessNetwork ComputerNetwork) ComputingBrands.kif 1408-1408 Wireless network is a subclass of computer network
(termFormat ChineseLanguage ComputerNetwork "计算机网络") domainEnglishFormat.kif 16341-16341 Wireless network is a subclass of computer network
(termFormat ChineseTraditionalLanguage ComputerNetwork "計算機網絡") domainEnglishFormat.kif 16340-16340 Wireless network is a subclass of computer network
(termFormat EnglishLanguage ComputerNetwork "computer network") domainEnglishFormat.kif 16339-16339 Wireless network is a subclass of computer network

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


(domain bandwidth 1 ComputerNetwork) QoSontology.kif 1162-1162 The number 1 argument of bandwidth of is an instance of computer network
(domain defaultNetwork 2 ComputerNetwork) QoSontology.kif 1113-1113 The number 2 argument of default network is an instance of computer network
(domainSubclass NetworkCommunicationFn 1 ComputerNetwork) ComputingBrands.kif 1521-1521 The number 1 argument of network communication function is a subclass of computer network

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