```mermaid flowchart TB A(me) --> B(alice) A --> C(bob) A --> D(claire) B --> P(peggy) C --> P C --> AN(anuj) D --> T(tom) D --> J(jonny) ```