echo 'digraph { "Nagisa Sena" -> "Izumi Sena" [taillabel = "son of"] "Seiya Sena" -> "Izumi Sena" [taillabel = "son of"] "Shougo Sena" -> "Izumi Sena" [taillabel = "younger brother of"] "Seiya Sena" -> "Shougo Sena" [taillabel = "son of"] "Nagisa Sena" -> "Shougo Sena" [taillabel = "son of"] "Izumi Sena" -> "Shougo Sena" [taillabel = "Older Brother of"] "Shougo Sena" -> "Seiya Sena" [taillabel = "Father of"] "Izumi Sena" -> "Seiya Sena" [taillabel = "Father of"] "Izumi Sena" -> "Nagisa Sena" [taillabel = "Mother of"] "Shougo Sena" -> "Nagisa Sena" [taillabel = "Mother of"] }' | dot -Tsvg > output.svg