echo 'digraph { "Rin Manaka" -> "Viviane Dore" [taillabel = "Teammate of"] "Laetitia Borrel" -> "Viviane Dore" [taillabel = "Teammate of"] "Ilse Adenauer" -> "Viviane Dore" [taillabel = "Teammate of"] "Rin Manaka" -> "Laetitia Borrel" [taillabel = "Teammate of"] "Viviane Dore" -> "Laetitia Borrel" [taillabel = "Teammate of"] "Ilse Adenauer" -> "Laetitia Borrel" [taillabel = "Teammate of"] "Viviane Dore" -> "Rin Manaka" [taillabel = "Teammate of"] "Laetitia Borrel" -> "Rin Manaka" [taillabel = "Teammate of"] "Ilse Adenauer" -> "Rin Manaka" [taillabel = "Teammate of"] "Laetitia Borrel" -> "Ilse Adenauer" [taillabel = "Teammate of"] "Viviane Dore" -> "Ilse Adenauer" [taillabel = "Teammate of"] "Rin Manaka" -> "Ilse Adenauer" [taillabel = "Teammate of"] }' | dot -Tsvg > output.svg