echo 'digraph { "Yuri Plisetsky" -> "Otabek Altin" [taillabel = "Best friend of"] "Yuri Plisetsky" -> "Otabek Altin" [taillabel = "Boyfriend of"] "Nikolai Plisetsky" -> "Yuri Plisetsky" [taillabel = "Grandson of"] "Otabek Altin" -> "Yuri Plisetsky" [taillabel = "Best friend of"] "Otabek Altin" -> "Yuri Plisetsky" [taillabel = "Boyfriend of"] }' | dot -Tsvg > output.svg