echo 'digraph { "Tsurubishi Makabe" -> "Tatewaku Makabe" [taillabel = "Son of"] "Matsuri Makabe" -> "Tatewaku Makabe" [taillabel = "Older brother of"] "Matsuri Makabe" -> "Tsurubishi Makabe" [taillabel = "Father of"] "Tatewaku Makabe" -> "Tsurubishi Makabe" [taillabel = "Father of"] "Tatewaku Makabe" -> "Matsuri Makabe" [taillabel = "Younger sister of"] "Tsurubishi Makabe" -> "Matsuri Makabe" [taillabel = "Daughter of"] "Eri Amakazari" -> "Matsuri Makabe" [taillabel = "Friend of"] }' | dot -Tsvg > output.svg