echo 'digraph { "Aya" -> "Hopkins" [taillabel = "Teammate of"] "Yuri" -> "Hopkins" [taillabel = "Teammate of"] "Hopkins" -> "Yuri" [taillabel = "Teammate of"] "Aya" -> "Yuri" [taillabel = "Teammate of"] "Alex" -> "Yuri" [taillabel = "Former teammate of"] "Hopkins" -> "Aya" [taillabel = "Teammate of"] "Yuri" -> "Aya" [taillabel = "Teammate of"] }' | dot -Tsvg > output.svg