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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Hotline
Hotline

appearance as argument number 1
-------------------------


(documentation Hotline EnglishLanguage "A TelecomNumber that has some degree of priority over other numbers for an organization. It can be a government phone that when picked up connects directly to some other top level of a Government or it could be simply a regular phone number that connects to some special customer service center at an Organization.") Mid-level-ontology.kif 25087-25090
(subclass Hotline TelecomNumber) Mid-level-ontology.kif 25086-25086 Hotline est une sous-classe de TelecomNumber

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


(termFormat EnglishLanguage Hotline "hotline") Mid-level-ontology.kif 25091-25091

antecedent
-------------------------


(=>
    (and
        (instance ?H Hotline)
        (telephoneNumber ?H ?O)
        (instance ?O Organization))
    (hasPurpose ?H
        (exists (?T)
            (and
                (instance ?T Telephoning)
                (destination ?T ?O)
                (modalAttribute
                    (exists (?C)
                        (and
                            (instance ?C Communication)
                            (instrument ?C ?H)
                            (equal
                                (BeginFn
                                    (WhenFn ?C))
                                (BeginFn
                                    (ImmediateFutureFn
                                        (WhenFn ?T)))))) Likely)))))
Mid-level-ontology.kif 25093-25114


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