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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - Modem
Modem

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


(documentation Modem EnglishLanguage "Modem is a device used by computers to connect computers to the internet using a telephone line") Hotel.kif 1385-1386
(documentation Modem EnglishLanguage "A type of ComputerIODevice and ComputerPeripheralDevice. Each Modem is a device designed to facilitate communication between computers by modulating analog signals to encode digital information, and demodulating analog signals to decode information back into digital format.") ComputerInput.kif 564-568
(subclass Modem ComputerIODevice) ComputerInput.kif 562-562 ModemComputerIODevicesubclass では
(subclass Modem InternetAccessPoint) Hotel.kif 1384-1384 ModemInternetAccessPointsubclass では

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


(subclass CableModem Modem) ComputerInput.kif 570-570 CableModemModemsubclass では
(subclass RadioModem Modem) ComputerInput.kif 588-588 RadioModemModemsubclass では
(termFormat EnglishLanguage Modem "modem") Hotel.kif 1387-1387 RadioModemModemsubclass では

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


(=>
    (instance ?X Modem)
    (hasPurpose ?X
        (exists (?ISP ?CONN)
            (and
                (instance ?ISP InternetServiceProvider)
                (connectsEngineeringComponents ?CONN ?X ?ISP)
                (instance ?CONN TelephoneLine)))))
Hotel.kif 1389-1396


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