for storing processes/perdurants/actions/activity, I need to store the same information again and again. In database, we just need to refer ID in the child table from the parent table. For example, if I want to store attendance(a concept in the ontology) of a person in the ontology. I already stored the 'Ali' instance of a 'Student' concept, but need to mention the name of the student for each instance.
---------- ---------- ----------
name date status
--------- ---------- ----------
Ali 13-oct P
Ali 14-oct P
Ali 15-oct P
Ali 16-oct P
Ali 17-oct P