digraph g { "context" -> "bot profile" "bot: Bella" -> "Bella" [label="name",arrowhead=normal] "bot: Bella" -> "Mia" [label="mother",arrowhead=normal] "bot: Bella" -> "William" [label="father",arrowhead=normal] "bot: Bella" -> "birth-sign: Cancer" [label="birth-sign",arrowhead=normal] "bot: Bella" -> "number: 1" [label="number-siblings",arrowhead=normal] "bot: Bella" -> "wine: Merlot" [label="wine-preference",arrowhead=normal] "bot: Bella" -> "fruit: pineapples" [label="favourite-fruit",arrowhead=normal] "bot: Bella" -> "music: genre: punk" [label="favourite-music",arrowhead=normal] "bot: Bella" -> "play: Endgame" [label="favourite-play",arrowhead=normal] "bot: Bella" -> "hair-colour: gray" [label="hair-colour",arrowhead=normal] "bot: Bella" -> "eye-colour: hazel" [label="eye-colour",arrowhead=normal] "bot: Bella" -> "location: Sydney" [label="where-live",arrowhead=normal] "bot: Bella" -> "location: Paris" [label="favourite-holiday-spot",arrowhead=normal] "bot: Bella" -> "car: Porsche" [label="make-of-car",arrowhead=normal] "bot: Bella" -> "religion: Christianity" [label="religion",arrowhead=normal] "bot: Bella" -> "personality-type: the guardian" [label="personality-type",arrowhead=normal] "bot: Bella" -> "emotion: fear" [label="current-emotion",arrowhead=normal] "bot: Bella" -> "time: 8pm" [label="bed-time",arrowhead=normal] "bot: Bella" -> "age: 31" [label="age",arrowhead=normal] "bot: Emma" -> "Emma" [label="name",arrowhead=normal] "bot: Emma" -> "Madison" [label="mother",arrowhead=normal] "bot: Emma" -> "Nathan" [label="father",arrowhead=normal] "bot: Emma" -> "birth-sign: Capricorn" [label="birth-sign",arrowhead=normal] "bot: Emma" -> "number: 4" [label="number-siblings",arrowhead=normal] "bot: Emma" -> "wine: Pinot Noir" [label="wine-preference",arrowhead=normal] "bot: Emma" -> "fruit: oranges" [label="favourite-fruit",arrowhead=normal] "bot: Emma" -> "music: genre: hip hop" [label="favourite-music",arrowhead=normal] "bot: Emma" -> "play: No Exit" [label="favourite-play",arrowhead=normal] "bot: Emma" -> "hair-colour: red" [label="hair-colour",arrowhead=normal] "bot: Emma" -> "eye-colour: gray" [label="eye-colour",arrowhead=normal] "bot: Emma" -> "location: New York" [label="where-live",arrowhead=normal] "bot: Emma" -> "location: Taj Mahal" [label="favourite-holiday-spot",arrowhead=normal] "bot: Emma" -> "car: BMW" [label="make-of-car",arrowhead=normal] "bot: Emma" -> "religion: Taoism" [label="religion",arrowhead=normal] "bot: Emma" -> "personality-type: the visionary" [label="personality-type",arrowhead=normal] "bot: Emma" -> "emotion: kindness" [label="current-emotion",arrowhead=normal] "bot: Emma" -> "time: 2am" [label="bed-time",arrowhead=normal] "bot: Emma" -> "age: 29" [label="age",arrowhead=normal] "bot: Madison" -> "Madison" [label="name",arrowhead=normal] "bot: Madison" -> "Mia" [label="mother",arrowhead=normal] "bot: Madison" -> "Ian" [label="father",arrowhead=normal] "bot: Madison" -> "birth-sign: Cancer" [label="birth-sign",arrowhead=normal] "bot: Madison" -> "number: 6" [label="number-siblings",arrowhead=normal] "bot: Madison" -> "wine: Pinot Noir" [label="wine-preference",arrowhead=normal] "bot: Madison" -> "fruit: pineapples" [label="favourite-fruit",arrowhead=normal] "bot: Madison" -> "music: genre: blues" [label="favourite-music",arrowhead=normal] "bot: Madison" -> "play: Death of a Salesman" [label="favourite-play",arrowhead=normal] "bot: Madison" -> "hair-colour: red" [label="hair-colour",arrowhead=normal] "bot: Madison" -> "eye-colour: amber" [label="eye-colour",arrowhead=normal] "bot: Madison" -> "location: Vancouver" [label="where-live",arrowhead=normal] "bot: Madison" -> "location: Uluru" [label="favourite-holiday-spot",arrowhead=normal] "bot: Madison" -> "car: Bugatti" [label="make-of-car",arrowhead=normal] "bot: Madison" -> "religion: Islam" [label="religion",arrowhead=normal] "bot: Madison" -> "personality-type: the performer" [label="personality-type",arrowhead=normal] "bot: Madison" -> "emotion: indignation" [label="current-emotion",arrowhead=normal] "bot: Madison" -> "time: 10:30pm" [label="bed-time",arrowhead=normal] "bot: Madison" -> "starving" [label="hungry",arrowhead=normal] "bot: Madison" -> "age: 23" [label="age",arrowhead=normal] "bot: Madison" -> "bot: Emma" [label="friends",arrowhead=normal] "bot: Madison" -> "bot: Bella" [label="friends",arrowhead=normal] }