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 27041-27043
(subclass OperatorAssistedTelephoneCommunication TelephoneCommunication) Mid-level-ontology.kif 27040-27040 OperatorAssistedTelephoneCommunicationTelephoneCommunicationsubclass では %n

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


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

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 27047-27069


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