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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - phoneNumber
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 3695-3696
(domain phoneNumber 1 SymbolicString) FinancialOntology.kif 3693-3693 The number 1 argument of phone number is an instance of symbolic string
(domain phoneNumber 2 Telephone) FinancialOntology.kif 3694-3694 The number 2 argument of phone number is an instance of telephone
(instance phoneNumber BinaryPredicate) FinancialOntology.kif 3691-3691 phone number is an instance of binary predicate
(subrelation phoneNumber refers) FinancialOntology.kif 3692-3692 phone number is a subrelation of refers

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


(format ChineseLanguage phoneNumber "%2 %n 是 %1 的 phone 号码") domainEnglishFormat.kif 1959-1959
(format ChineseTraditionalLanguage phoneNumber "%2 %n 是 %1 的 phone 號碼") domainEnglishFormat.kif 1958-1958
(format EnglishLanguage phoneNumber "%2 is %n a phone number of %1") domainEnglishFormat.kif 1957-1957
(termFormat ChineseLanguage phoneNumber "电话号码") domainEnglishFormat.kif 45606-45606
(termFormat ChineseTraditionalLanguage phoneNumber "電話號碼") domainEnglishFormat.kif 45605-45605
(termFormat EnglishLanguage phoneNumber "phone number") domainEnglishFormat.kif 45604-45604

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 3704-3724
(=>
    (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 3748-3768


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



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