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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - CableModem
CableModem

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


(documentation CableModem EnglishLanguage "A type of Modem that provides bi-directional data communication via radio frequency channels on a fiberoptic cable. Cable modems are primarily used to deliver broadband Internet access in the form of cable Internet.") ComputerInput.kif 572-575
(subclass CableModem Modem) ComputerInput.kif 570-570 CableModemModemsubclass

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


(disjoint RadioModem CableModem) ComputerInput.kif 594-594 RadioModem 和 % 2 是 disjoint
(termFormat EnglishLanguage CableModem "cable modem") domainEnglishFormat.kif 64585-64585

antecedent
-------------------------


(=>
    (and
        (instance ?MODEM CableModem)
        (instance ?COMM Communication)
        (instrument ?COMM ?MODEM))
    (exists (?CABLE)
        (and
            (instance ?CABLE Cable)
            (instrument ?COMM ?CABLE)
            (connectedEngineeringComponents ?CABLE ?MODEM))))
ComputerInput.kif 577-586


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