AgentPatientProcess(agent patient process) |
appearance as argument number 1 |
(documentation AgentPatientProcess EnglishLanguage "Instances of AgentPatientProcess have at least one agent and at least one patient. Unlike instances of IntentionalProcess, the agent need not be a CognitiveAgent. Cf. other high-level subclasses of Process, such as DualObjectProcess, InternalChange, and Motion.") | Media.kif 165-170 | |
(subclass AgentPatientProcess Process) | Media.kif 164-164 | Agent patient process is a subclass of process |
appearance as argument number 2 |
(termFormat EnglishLanguage AgentPatientProcess "agent patient process") | domainEnglishFormat.kif 64465-64465 |
antecedent |
(=> (instance ?PROC AgentPatientProcess) (exists (?AGENT ?PATIENT) (and (agent ?PROC ?AGENT) (patient ?PROC ?PATIENT)))) |
Media.kif 172-177 |
|