echo 'digraph { "Haruka Oota" -> "Shou Oota" [taillabel = "Son of"] "Suzu Oota" -> "Shou Oota" [taillabel = "Older Brother of"] "Shou Oota" -> "Haruka Oota" [taillabel = "Mother of"] "Suzu Oota" -> "Haruka Oota" [taillabel = "Mother of"] "Haruka Oota" -> "Suzu Oota" [taillabel = "Daughter of"] "Shou Oota" -> "Suzu Oota" [taillabel = "Younger Sister of"] }' | dot -Tsvg > output.svg