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



KB Term:  Term intersection
English Word: 

  Telephoning

Sigma KEE - Telephoning
Telephoning(telephoning)
call, call-in, call_up, cell_phone, phone, ring, telephone

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


(subclass Telephoning Communication) Mid-level-ontology.kif 3586-3586 Telephoning is a subclass of communication
(documentation Telephoning EnglishLanguage "A Telephoning is a Communication in which the instrument is a Telephone, and which typically includes an instance of Speaking as a subProcess.") Mid-level-ontology.kif 3588-3591 Telephoning is a subclass of communication
(externalImage Telephoning "http://articulatesoftware.com/SUMOpictures/telephone/ call.png") pictureList.kif 312-312 Telephoning is a subclass of communication

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


(termFormat EnglishLanguage Telephoning "telephoning") domainEnglishFormat.kif 57329-57329
(termFormat ChineseTraditionalLanguage Telephoning "致電") domainEnglishFormat.kif 57330-57330
(termFormat ChineseLanguage Telephoning "致电") domainEnglishFormat.kif 57331-57331

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


(=>
    (instance ?TEL Telephoning)
    (exists (?DEVICE)
        (and
            (instance ?DEVICE Telephone)
            (instrument ?TEL ?DEVICE))))
Mid-level-ontology.kif 3593-3598 If X is an instance of telephoning, then there exists Y such that Y is an instance of telephone and Y is an instrument for X
(=>
    (instance ?TEL Telephoning)
    (exists (?SPEAK ?AGENT)
        (and
            (instance ?SPEAK Speaking)
            (subProcess ?SPEAK ?TEL)
            (=>
                (agent ?TEL ?AGENT)
                (agent ?SPEAK ?AGENT)))))
Mid-level-ontology.kif 3600-3608 If X is an instance of telephoning, then there exist Y, Z such that Y is an instance of speaking, Y is a subprocess of X, and Z is an agent of XZ is an agent of Y

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


(=>
    (and
        (instance ?H Hotline)
        (telephoneNumber ?H ?O)
        (instance ?O Organization))
    (hasPurpose ?H
        (exists (?T)
            (and
                (instance ?T Telephoning)
                (destination ?T ?O)
                (modalAttribute
                    (exists (?C)
                        (and
                            (instance ?C Communication)
                            (instrument ?C ?H)
                            (equal
                                (BeginFn
                                    (WhenFn ?C))
                                (BeginFn
                                    (ImmediateFutureFn
                                        (WhenFn ?T)))))) Likely)))))
Mid-level-ontology.kif 27413-27434 If X is an instance of hotline, X is the telephone number of Y, and Y is an instance of organization, then X has the purpose there exists Z such that Z is an instance of telephoning, Z ends up at Y, the statement there exists W such that W is an instance of communication, X is an instrument for W, equal the beginning of the time of existence of W, and the beginning of immediately after the time of existence of Z has the modal force of likely
(=>
    (instance ?TDD TDDPhone)
    (hasPurpose ?TDD
        (exists (?AGENT ?PHONING)
            (and
                (instance ?PHONING Telephoning)
                (instrument ?PHONING ?TDD)
                (agent ?PHONING ?AGENT)
                (attribute ?AGENT Deaf)))))
Mid-level-ontology.kif 28839-28847 If X is an instance of TDD phone, then X has the purpose there exist Y, Z such that Z is an instance of telephoning, X is an instrument for Z, Y is an agent of Z, and deafness is an attribute of Y
(=>
    (dayPhone ?Number ?Agent)
    (exists (?Phone ?Hour ?Num)
        (and
            (phoneNumber ?Number ?Phone)
            (greaterThan ?Num 6)
            (lessThan ?Num 18)
            (instance ?TIME
                (HourFn ?Num ?Day))
            (holdsDuring ?TIME
                (exists (?T)
                    (and
                        (instance ?T Telephoning)
                        (destination ?T ?Agent)
                        (patient ?T ?Phone)
                        (possesses ?Agent ?Phone)
                        (modalAttribute
                            (exists (?A)
                                (and
                                    (instance ?A Answering)
                                    (subProcess ?A ?T)
                                    (agent ?A ?Agent))) Likely)))))))
FinancialOntology.kif 3749-3769 If X is a day phone of Y, then All of the following hold: (1) there exist Z, W (2) V such that Z is a phone number of Y (3) V is greater than 6 (4) V is less than 18 (5) U is an instance of the hour V (6) there exists T such that T is an instance of telephoning (7) T ends up at X (8) Z is a patient of T (9) X possesses Z (10) the statement there exists S such that S is an instance of answering (11) S is a subprocess of T (12) X is an agent of S has the modal force of likely holds during U
(=>
    (eveningPhone ?Number ?Agent)
    (exists (?Phone ?Hour ?Num)
        (and
            (phoneNumber ?Number ?Phone)
            (greaterThan ?Num 18)
            (lessThan ?Num 6)
            (instance ?TIME
                (HourFn ?Num ?Day))
            (holdsDuring ?TIME
                (exists (?T)
                    (and
                        (instance ?T Telephoning)
                        (destination ?T ?Agent)
                        (patient ?T ?Phone)
                        (possesses ?Agent ?Phone)
                        (modalAttribute
                            (exists (?A)
                                (and
                                    (instance ?A Answering)
                                    (subProcess ?A ?T)
                                    (agent ?A ?Agent))) Likely)))))))
FinancialOntology.kif 3793-3813 If X is an evening phone of Y, then All of the following hold: (1) there exist Z, W (2) V such that Z is a phone number of Y (3) V is greater than 18 (4) V is less than 6 (5) U is an instance of the hour V (6) there exists T such that T is an instance of telephoning (7) T ends up at X (8) Z is a patient of T (9) X possesses Z (10) the statement there exists S such that S is an instance of answering (11) S is a subprocess of T (12) X is an agent of S has the modal force of likely holds during U


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners