echo 'digraph { "Naomi Kousaka" -> "Reina Kousaka" [taillabel = "Daughter of"] "Kumiko Oumae" -> "Reina Kousaka" [taillabel = "Best Friend of"] "Reina Kousaka" -> "Naomi Kousaka" [taillabel = "Mother of"] "Kentarou Oumae" -> "Kumiko Oumae" [taillabel = "Daughter of"] "Akiko Oumae" -> "Kumiko Oumae" [taillabel = "Daughter of"] "Mamiko Oumae" -> "Kumiko Oumae" [taillabel = "Younger Sister of"] "Reina Kousaka" -> "Kumiko Oumae" [taillabel = "Best Friend of"] }' | dot -Tsvg > output.svg