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 3682-3683
(domain phoneNumber 1 SymbolicString) FinancialOntology.kif 3680-3680 The number 1 argument of phone number is an instance of symbolic string
(domain phoneNumber 2 Telephone) FinancialOntology.kif 3681-3681 The number 2 argument of phone number is an instance of telephone
(instance phoneNumber BinaryPredicate) FinancialOntology.kif 3678-3678 phone number is an instance of binary predicate
(subrelation phoneNumber refers) FinancialOntology.kif 3679-3679 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 45594-45594
(termFormat ChineseTraditionalLanguage phoneNumber "電話號碼") domainEnglishFormat.kif 45593-45593
(termFormat EnglishLanguage phoneNumber "phone number") domainEnglishFormat.kif 45592-45592

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 3691-3711
(=>
    (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 3735-3755


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