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 3706-3707 | |
(domain dayPhone 1 SymbolicString) | FinancialOntology.kif 3704-3704 | 一天的电话 的 1 数量 是 符号串 的 instance |
(domain dayPhone 2 AutonomousAgent) | FinancialOntology.kif 3705-3705 | 一天的电话 的 2 数量 是 施事体 的 instance |
(instance dayPhone BinaryPredicate) | FinancialOntology.kif 3703-3703 | 一天的电话 是 二元谓语 的 instance |
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 18705-18705 | |
(termFormat ChineseTraditionalLanguage dayPhone "一天的電話") | domainEnglishFormat.kif 18704-18704 | |
(termFormat EnglishLanguage dayPhone "day phone") | domainEnglishFormat.kif 18703-18703 |
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 3709-3729 |
|
![]() |
![]() |