dayPhone |
appearance as argument number 1 |
(documentation dayPhone EnglishLanguage "(dayPhone ?Phone ?Agent) means that ?Phone is a phone number corresponding to the phone at which ?Agent can be reached during the day.") | FinancialOntology.kif 3688-3689 | |
(domain dayPhone 1 SymbolicString) | FinancialOntology.kif 3686-3686 | |
(domain dayPhone 2 AutonomousAgent) | FinancialOntology.kif 3687-3687 | |
(instance dayPhone BinaryPredicate) | FinancialOntology.kif 3685-3685 |
appearance as argument number 2 |
(format ChineseLanguage dayPhone "%2 %n 是 %1 的 day 电话") | domainEnglishFormat.kif 676-676 | |
(format ChineseTraditionalLanguage dayPhone "%2 %n 是 %1 的 day 電話") | domainEnglishFormat.kif 675-675 | |
(format EnglishLanguage dayPhone "%2 is %n a day phone of %1") | domainEnglishFormat.kif 674-674 | |
(termFormat ChineseLanguage dayPhone "一天的电话") | domainEnglishFormat.kif 18690-18690 | |
(termFormat ChineseTraditionalLanguage dayPhone "一天的電話") | domainEnglishFormat.kif 18689-18689 | |
(termFormat EnglishLanguage dayPhone "day phone") | domainEnglishFormat.kif 18688-18688 |
antecedent |
(=> (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 3691-3711 |