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

Formal Language: 


KB Term:  Term intersection
English Word: 

  dayPhone

Sigma KEE - dayPhone
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
(domain dayPhone 2 AutonomousAgent) FinancialOntology.kif 3705-3705
(instance dayPhone BinaryPredicate) FinancialOntology.kif 3703-3703

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 18699-18699
(termFormat ChineseTraditionalLanguage dayPhone "一天的電話") domainEnglishFormat.kif 18698-18698
(termFormat EnglishLanguage dayPhone "day phone") domainEnglishFormat.kif 18697-18697

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


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 is open source software produced by Articulate Software and its partners