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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - OperatorAssistedTelephoneCommunication
OperatorAssistedTelephoneCommunication

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


(documentation OperatorAssistedTelephoneCommunication EnglishLanguage "OperatorAssistedTelephoneCommunication refers to TelephoneCommunication where an intermediary person connects origin and destination") Mid-level-ontology.kif 27029-27031
(subclass OperatorAssistedTelephoneCommunication TelephoneCommunication) Mid-level-ontology.kif 27028-27028 子類 OperatorAssistedTelephoneCommunication and TelephoneCommunication

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


(termFormat EnglishLanguage OperatorAssistedTelephoneCommunication "operator assisted telephone communication") Mid-level-ontology.kif 27032-27033

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


(=>
    (instance ?X OperatorAssistedTelephoneCommunication)
    (exists (?ORIGIN ?DEST ?OPERATOR)
        (and
            (origin ?X ?ORIGIN)
            (destination ?X ?DEST)
            (instance ?OPERATOR Human)
            (hasPurpose ?OPERATOR
                (exists (?PROC)
                    (and
                        (instance ?PROC IntentionalProcess)
                        (agent ?PROC ?OPERATOR)
                        (subProcess ?PROC ?X)
                        (holdsDuring
                            (ImmediateFutureFn
                                (WhenFn ?PROC))
                            (modalAttribute
                                (exists (?COMM)
                                    (and
                                        (instance ?COMM Communication)
                                        (origin ?COMM ?ORIGIN)
                                        (destination ?COMM ?DEST))) Possibility))))))))
Mid-level-ontology.kif 27035-27057


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