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