LargeGroupProcess
|
|
appearance as argument number 1 |
(documentation LargeGroupProcess EnglishLanguage "Any Process involving more than 10 Agents.") | Mid-level-ontology.kif 7956-7957 | |
(subclass LargeGroupProcess Process) | Mid-level-ontology.kif 7955-7955 | LargeGroupProcess 是 过程 的 subclass |
appearance as argument number 2 |
(subclass Epidemic LargeGroupProcess) | Medicine.kif 3507-3507 | Epidemic 是 LargeGroupProcess 的 subclass |
(termFormat EnglishLanguage LargeGroupProcess "large group process") | domainEnglishFormat.kif 65103-65103 |
antecedent |
(=> (and (instance ?LGP LargeGroupProcess) (instance ?G Collection) (member ?M ?G) (involvedInEvent ?LGP ?M) (memberCount ?G ?N)) (greaterThan ?N 10)) |
Mid-level-ontology.kif 7967-7974 | |
(=> (and (instance ?LGP LargeGroupProcess) (instance ?G Collection) (member ?M ?G) (involvedInEvent ?LGP ?M)) (exists (?P ?PC) (and (instance ?PC ?P) (involvedInEvent ?PC ?M)))) |
Mid-level-ontology.kif 7976-7985 | |
(=> (instance ?LGP LargeGroupProcess) (exists (?G ?M) (and (instance ?G Collection) (member ?M ?G) (memberType ?G AutonomousAgent)))) |
Mid-level-ontology.kif 7959-7965 |