There are two styles I have seen working:
1. #arcimate:
archimate #Business "Business Process" as BP6 <<business-process>>
archimate #Application "Application Component" as AC5 <<application-component>>
Rel_Access(BP6, AC5, "Access_r")
2. Function like:
Business_Process(Process_ProjectManagement, "Project Management")
Business_Function(Function_TaskTracking, "Task Tracking")
Rel_Aggregation(Process_ProjectManagement, Function_TaskTracking, "Aggregation")
What is the difference? One is latest and another is going to be obsolete?
Why there are two ways of writing the syntax for ArchiMate? Is there any official stand on it from PlantUML governing body?