echo 'digraph { "Sakura Haruno" -> "Mebuki Haruno" [taillabel = "Mother of"] "Naruto Uzumaki" -> "Sakura Haruno" [taillabel = "Best friend of"] "Tsunade" -> "Sakura Haruno" [taillabel = "Apprentice of"] "Sai" -> "Sakura Haruno" [taillabel = "Teammate of"] "Yamato" -> "Sakura Haruno" [taillabel = "Subordinate of"] "Kizashi Haruno" -> "Sakura Haruno" [taillabel = "Daughter of"] }' | dot -Tsvg > output.svg