16 | | !ParticipatorInActivity (x1, x2, x3, x4, x5) <-> |
17 | | !Activity(x1) & |
18 | | !ClassOfActivity (x2) & |
19 | | !PossibleIndividual(x3) & |
20 | | !RoleAndDomain (x4) & |
21 | | !ClassOfIndividual(x5) & |
22 | | !ClassificationTemplate(x1,x2) & |
23 | | exists y1 (!ParticipationTriple(y1, x3, x1) & |
| 16 | ParticipatorInActivity (x1, x2, x3, x4, x5) <-> |
| 17 | Activity(x1) & |
| 18 | ClassOfActivity (x2) & |
| 19 | PossibleIndividual(x3) & |
| 20 | RoleAndDomain (x4) & |
| 21 | ClassOfIndividual(x5) & |
| 22 | ClassificationTemplate(x1,x2) & |
| 23 | exists y1 (ParticipationTriple(y1, x3, x1) & |
25 | | !ClassOfParticipationTriple(y3, y2, x2) & |
26 | | !SpecializationTemplate(y2, x4) & |
27 | | !SpecializationTemplate(y2, x5) & |
28 | | !ClassificationTemplate(x3, y2) & |
29 | | !ClassificationTemplate(y1, y3) ))) . |
| 25 | ClassOfParticipationTriple(y3, y2, x2) & |
| 26 | SpecializationTemplate(y2, x4) & |
| 27 | SpecializationTemplate(y2, x5) & |
| 28 | ClassificationTemplate(x3, y2) & |
| 29 | ClassificationTemplate(y1, y3) ))) . |