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

Formal Language: 



KB Term:  Term intersection
English Word: 

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

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


(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 3027-3030
(externalImage Telephoning "http://articulatesoftware.com/SUMOpictures/telephone/ call.png") pictureList.kif 312-312
(subclass Telephoning Communication) Mid-level-ontology.kif 3025-3025 Telephoning is a subclass of communication

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


(termFormat ChineseLanguage Telephoning "致电") domainEnglishFormat.kif 57367-57367
(termFormat ChineseTraditionalLanguage Telephoning "致電") domainEnglishFormat.kif 57366-57366
(termFormat EnglishLanguage Telephoning "telephoning") domainEnglishFormat.kif 57365-57365

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


(=>
    (instance ?TEL Telephoning)
    (exists (?DEVICE)
        (and
            (instance ?DEVICE Telephone)
            (instrument ?TEL ?DEVICE))))
Mid-level-ontology.kif 3032-3037
(=>
    (instance ?TEL Telephoning)
    (exists (?SPEAK ?AGENT)
        (and
            (instance ?SPEAK Speaking)
            (subProcess ?SPEAK ?TEL)
            (=>
                (agent ?TEL ?AGENT)
                (agent ?SPEAK ?AGENT)))))
Mid-level-ontology.kif 3039-3047

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 26212-26233
(=>
    (dayPhone ?Number ?Agent)
    (exists (?Phone ?Hour ?Num)
        (and
            (phoneNumber ?Number ?Phone)
            (greaterThan ?Num 6)
            (lessThan ?Num 18)
            (holdsDuring
                (instance ?Hour
                    (HourFn ?Num Day))
                (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 3705-3725
(=>
    (eveningPhone ?Number ?Agent)
    (exists (?Phone ?Hour ?Num)
        (and
            (phoneNumber ?Number ?Phone)
            (greaterThan ?Num 18)
            (lessThan ?Num 6)
            (holdsDuring
                (instance ?Hour
                    (HourFn ?Num Day))
                (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
(=>
    (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 27377-27385


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