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 27074-27076 | |
(subclass OperatorAssistedTelephoneCommunication TelephoneCommunication) | Mid-level-ontology.kif 27073-27073 |
appearance as argument number 2 |
(termFormat EnglishLanguage OperatorAssistedTelephoneCommunication "operator assisted telephone communication") | Mid-level-ontology.kif 27077-27078 |
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 27080-27102 |