phoneNumber |
appearance as argument number 1 |
![]() |
(documentation phoneNumber EnglishLanguage "(phoneNumber ?Phone ?Agent) holds if ?Phone is a phone number corresponding to the Telephone ?Phone.") | FinancialOntology.kif 3700-3701 | |
(domain phoneNumber 1 SymbolicString) | FinancialOntology.kif 3698-3698 | |
(domain phoneNumber 2 Telephone) | FinancialOntology.kif 3699-3699 | |
(instance phoneNumber BinaryPredicate) | FinancialOntology.kif 3696-3696 | |
(subrelation phoneNumber refers) | FinancialOntology.kif 3697-3697 |
appearance as argument number 2 |
![]() |
(format ChineseLanguage phoneNumber "%2 %n 是 %1 的 phone 号码") | domainEnglishFormat.kif 1963-1963 | |
(format ChineseTraditionalLanguage phoneNumber "%2 %n 是 %1 的 phone 號碼") | domainEnglishFormat.kif 1962-1962 | |
(format EnglishLanguage phoneNumber "%2 is %n a phone number of %1") | domainEnglishFormat.kif 1961-1961 | |
(termFormat ChineseLanguage phoneNumber "电话号码") | domainEnglishFormat.kif 45596-45596 | |
(termFormat ChineseTraditionalLanguage phoneNumber "電話號碼") | domainEnglishFormat.kif 45595-45595 | |
(termFormat EnglishLanguage phoneNumber "phone number") | domainEnglishFormat.kif 45594-45594 |
consequent |
![]() |
(=> (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 | |
(=> (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 3753-3773 |
![]() |
![]() |