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

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 45625-45625
(termFormat ChineseTraditionalLanguage phoneNumber "電話號碼") domainEnglishFormat.kif 45624-45624
(termFormat EnglishLanguage phoneNumber "phone number") domainEnglishFormat.kif 45623-45623

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 3705-3725
(=>
    (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 3749-3769


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