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


KB Term:  Term intersection
English Word: 

Sigma KEE - MobileCellPhone
MobileCellPhone(mobile cell phone)
cell, cellphone, cellular_phone, cellular_telephone, mobile_phone

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


(subclass MobileCellPhone ReceiverDevice) Mid-level-ontology.kif 27461-27461 Mobile cell phone is a subclass of receiver device
(subclass MobileCellPhone Telephone) Mid-level-ontology.kif 27462-27462 Mobile cell phone is a subclass of telephone
(documentation MobileCellPhone EnglishLanguage "A MobileCellPhone is a Telephone that connects to the telephone network by sending and receiving radio transmissions, rather than via a cord, and so is portable.") Mid-level-ontology.kif 27463-27466 Mobile cell phone is a subclass of telephone
(externalImage MobileCellPhone "http://articulatesoftware.com/SUMOpictures/ telephone/ cell_phones/ cell_1.png") pictureList.kif 331-331 Mobile cell phone is a subclass of telephone

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


(subclass SmartPhone MobileCellPhone) Mid-level-ontology.kif 32258-32258 Smart phone is a subclass of mobile cell phone
(subclass AppleIPhone MobileCellPhone) ComputingBrands.kif 627-627 IPhone is a subclass of mobile cell phone
(termFormat EnglishLanguage MobileCellPhone "mobile cell phone") domainEnglishFormat.kif 38157-38157 IPhone is a subclass of mobile cell phone
(termFormat ChineseTraditionalLanguage MobileCellPhone "移動手機") domainEnglishFormat.kif 38158-38158 IPhone is a subclass of mobile cell phone
(termFormat ChineseLanguage MobileCellPhone "移动手机") domainEnglishFormat.kif 38159-38159 IPhone is a subclass of mobile cell phone

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


(=>
    (and
        (instance ?DEVICE MobileCellPhone)
        (holdsDuring ?TIME
            (and
                (deviceTelecomNumber ?NUMBER ?DEVICE)
                (telephoneNumber ?NUMBER ?AGENT))))
    (holdsDuring ?TIME
        (mobilePhoneNumber ?NUMBER ?AGENT)))
Mid-level-ontology.kif 27532-27539 If X is an instance of mobile cell phone and X has number Y and Y is the telephone number of Z holds during W, then the mobile number of Z is Y holds during W
(=>
    (holdsDuring ?TIME
        (and
            (deviceTelecomNumber ?NUMBER ?DEVICE)
            (instance ?DEVICE MobileCellPhone)
            (mobilePhoneNumber ?NUMBER ?AGENT)))
    (holdsDuring ?TIME
        (possesses ?AGENT ?DEVICE)))
Mid-level-ontology.kif 27541-27547 If X has number Y, X is an instance of mobile cell phone, and the mobile number of Z is Y holds during W, then Z possesses X holds during W

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


(=>
    (holdsDuring ?TIME
        (and
            (deviceTelecomNumber ?NUMBER ?DEVICE)
            (mobilePhoneNumber ?NUMBER ?AGENT)))
    (instance ?DEVICE MobileCellPhone))
Mid-level-ontology.kif 27525-27530 If X has number Y and the mobile number of Z is Y holds during W, then X is an instance of mobile cell phone
(=>
    (instance ?A App)
    (hasPurpose ?A
        (exists (?A ?P ?C)
            (and
                (instance ?C MobileCellPhone)
                (instance ?P ComputerProcess)
                (programRunning ?P ?A)
                (computerRunning ?P ?C)))))
ComputingBrands.kif 1960-1968 If X is an instance of app, then X has the purpose there exist X, Y, Z such that Z is an instance of mobile cell phone, Y is an instance of computer process, X is a program running of Y, and Y is running on Z


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