# 봉투가 왕복에서 잃는 것 # Question: 왕복 뒤에 무엇이 남고 무엇이 사라지는가? direction: right n0: "원래 봉투" { shape: rectangle } n1: "왕복" { shape: rectangle } n2: "왕복 후 봉투" { shape: rectangle } n0 -> n1: "봉투 전달" n1 -> n2: "occurredAt 유지" n1 -> n2: "producedAt 유실"