echo 'digraph { "Revy" -> "Eda" [taillabel = "Friend of"] "Revy" -> "Eda" [taillabel = "Rival of"] "Roberta" -> "Revy" [taillabel = "Rival of"] "Eda" -> "Revy" [taillabel = "Friend of"] "Eda" -> "Revy" [taillabel = "Rival of"] "Rokuro Okajima" -> "Revy" [taillabel = "Friend of"] "Benny" -> "Revy" [taillabel = "Friend of"] "Dutch" -> "Revy" [taillabel = "Friend of"] "Vladilena Balalaika" -> "Revy" [taillabel = "Employee of"] }' | dot -Tsvg > output.svg