echo 'digraph { "Shu Sakamaki" -> "Beatrix" [taillabel = "Mother of"] "Reiji Sakamaki" -> "Beatrix" [taillabel = "Mother of"] "Shu Sakamaki" -> "Reiji Sakamaki" [taillabel = "Brother of"] "Subaru Sakamaki" -> "Reiji Sakamaki" [taillabel = "Step-brother of"] "Laito Sakamaki" -> "Reiji Sakamaki" [taillabel = "Step-brother of"] "Kanato Sakamaki" -> "Reiji Sakamaki" [taillabel = "Step-brother of"] "Ayato Sakamaki" -> "Reiji Sakamaki" [taillabel = "Step-brother of"] "Beatrix" -> "Reiji Sakamaki" [taillabel = "son of"] "Reiji Sakamaki" -> "Shu Sakamaki" [taillabel = "Brother of"] "Laito Sakamaki" -> "Shu Sakamaki" [taillabel = "Step-brother of"] "Kanato Sakamaki" -> "Shu Sakamaki" [taillabel = "Step-brother of"] "Ayato Sakamaki" -> "Shu Sakamaki" [taillabel = "Step-brother of"] "Subaru Sakamaki" -> "Shu Sakamaki" [taillabel = "Step-brother of"] "Beatrix" -> "Shu Sakamaki" [taillabel = "son of"] }' | dot -Tsvg > output.svg