record person( string(32) name; integer age );
record date( integer day, month, year );
reference(person, date) ref3;