echo 'digraph { "Manaka Nobidome" -> "Hatsue Nobidome" [taillabel = "Sister of"] "Miyu Aida" -> "Hatsue Nobidome" [taillabel = "Teacher of"] "Hatsue Nobidome" -> "Miyu Aida" [taillabel = "Student of"] "Hatsue Nobidome" -> "Manaka Nobidome" [taillabel = "Sister of"] }' | dot -Tsvg > output.svg