echo 'digraph { "Souryuu Sumeragi" -> "Chihaya Sumeragi" [taillabel = "Mother of"] "Amane Sumeragi" -> "Chihaya Sumeragi" [taillabel = "Mother of"] "Chihaya Sumeragi" -> "Amane Sumeragi" [taillabel = "Daughter of"] "Souryuu Sumeragi" -> "Amane Sumeragi" [taillabel = "Younger Sister of"] "Chihaya Sumeragi" -> "Souryuu Sumeragi" [taillabel = "son of"] "Amane Sumeragi" -> "Souryuu Sumeragi" [taillabel = "Older Brother of"] }' | dot -Tsvg > output.svg