echo 'digraph { "Erina Yuuki" -> "Keita Yuuki" [taillabel = "Older Brother of"] "Tomoka Yuuki" -> "Keita Yuuki" [taillabel = "Older Brother of"] "Yuzu Yuuki" -> "Keita Yuuki" [taillabel = "Older Brother of"] "Saori Yuuki" -> "Keita Yuuki" [taillabel = "Half-brother of"] "Keita Yuuki" -> "Erina Yuuki" [taillabel = "Younger Sister of"] "Yuzu Yuuki" -> "Erina Yuuki" [taillabel = "Older sister of"] "Tomoka Yuuki" -> "Erina Yuuki" [taillabel = "Older sister of"] "Saori Yuuki" -> "Erina Yuuki" [taillabel = "Half-sister of"] "Yuzu Yuuki" -> "Tomoka Yuuki" [taillabel = "Older sister of"] "Keita Yuuki" -> "Tomoka Yuuki" [taillabel = "Younger Sister of"] "Erina Yuuki" -> "Tomoka Yuuki" [taillabel = "Younger Sister of"] "Saori Yuuki" -> "Tomoka Yuuki" [taillabel = "Half-sister of"] "Keita Yuuki" -> "Yuzu Yuuki" [taillabel = "Younger Sister of"] "Erina Yuuki" -> "Yuzu Yuuki" [taillabel = "Younger Sister of"] "Tomoka Yuuki" -> "Yuzu Yuuki" [taillabel = "Younger Sister of"] "Saori Yuuki" -> "Yuzu Yuuki" [taillabel = "Half-sister of"] "Erina Yuuki" -> "Saori Yuuki" [taillabel = "Half-Sister of"] "Tomoka Yuuki" -> "Saori Yuuki" [taillabel = "Half-Sister of"] "Yuzu Yuuki" -> "Saori Yuuki" [taillabel = "Half-Sister of"] "Keita Yuuki" -> "Saori Yuuki" [taillabel = "Half-sister of"] }' | dot -Tsvg > output.svg