Base Template InvolvementStatusBeginning


This template is for stating that starting at a certain time, a thing is involved in an activity, and that the involvement is classified to be of a certain kind, and that the involvement is approved by an approver to have a certain status.

InvolvementStatusBeginning(a, b, c, d, e, f) means that a is an thing and b is an activity and c is a type of involvement, d is an approval status and e is the approver and f is a point in time.
a is involved in activity b and c is the type of involvement, the activity is approved, d is type of status of the approval and e is the approver, f is the start time of the activity.

Roles:
1 hasInvolved Thing
2 hasInvolverActivity Activity
3 hasInvolvementType ClassOfInvolvementByReference
4 hasStatus ClassOfApprovalByStatus
5 hasApprover PossibleIndividual
6 hasStartTime RepresentationOfGregorianDateAndUtcTime

Axiom:

InvolvementStatusBeginning(x1, x2, x3, x4, x5) <-> 
Thing(x1) & 
Activity(x2) & 
ClassOfInvolvementByReference(x3) & 
ClassOfApprovalByStatus(x4) & 
PossibleIndividual(x5) & 
RepresentationOfGregorianDateAndUtcTime(x6) & 
exists u(BeginningOfTemporalPart(u, x2, x6) & 
InvolvementStatus(x1, u, x3, x4, x5)) . 
Home
About PCA
Reference Data Services
Projects
Workgroups