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



KB Term:  Term intersection
English Word: 

  eveningPhone

Sigma KEE - eveningPhone
eveningPhone

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


(instance eveningPhone BinaryPredicate) FinancialOntology.kif 3783-3783 evening phone is an instance of binary predicate
(domain eveningPhone 1 SymbolicString) FinancialOntology.kif 3784-3784 The number 1 argument of evening phone is an instance of symbolic string
(domain eveningPhone 2 AutonomousAgent) FinancialOntology.kif 3785-3785 The number 2 argument of evening phone is an instance of agent
(documentation eveningPhone EnglishLanguage "(eveningPhone ?Phone ?Agent) means that ?Phone is a phone number corresponding to the phone at which the ?Agent can be reached during the evening.") FinancialOntology.kif 3786-3788 The number 2 argument of evening phone is an instance of agent

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


(format EnglishLanguage eveningPhone "%2 is %n an evening phone of %1") domainEnglishFormat.kif 921-921
(format ChineseTraditionalLanguage eveningPhone "%2 %n 是 %1 的 evening 電話") domainEnglishFormat.kif 922-922
(format ChineseLanguage eveningPhone "%2 %n 是 %1 的 evening 电话") domainEnglishFormat.kif 923-923
(termFormat EnglishLanguage eveningPhone "evening phone") domainEnglishFormat.kif 22633-22633
(termFormat ChineseTraditionalLanguage eveningPhone "傍晚的電話") domainEnglishFormat.kif 22634-22634
(termFormat ChineseLanguage eveningPhone "傍晚的电话") domainEnglishFormat.kif 22635-22635

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


(=>
    (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