echo 'digraph { "Kasumi" -> "Hayate" [taillabel = "Older Brother of"] "Ayame" -> "Hayate" [taillabel = "Son of"] "Ayane" -> "Hayate" [taillabel = "Older Sister of"] "Raidou" -> "Hayate" [taillabel = "Nephew of"] "Shiden" -> "Hayate" [taillabel = "Son of"] "Raidou" -> "Ayane" [taillabel = "Daughter of"] "Ayame" -> "Ayane" [taillabel = "Daughter of"] "Hayate" -> "Ayane" [taillabel = "Younger Sister of"] "Kasumi" -> "Ayane" [taillabel = "Younger Sister of"] "Shiden" -> "Ayane" [taillabel = "Niece of"] "Hitomi" -> "Ayane" [taillabel = "Friend of#"] "Hayate" -> "Kasumi" [taillabel = "Younger Sister of"] "Ayane" -> "Kasumi" [taillabel = "Older Sister of"] "Raidou" -> "Kasumi" [taillabel = "Niece of"] "Ayame" -> "Kasumi" [taillabel = "Daughter of"] "Shiden" -> "Kasumi" [taillabel = "Daughter of"] "Hayate" -> "Shiden" [taillabel = "Father of"] "Kasumi" -> "Shiden" [taillabel = "Father of"] "Ayame" -> "Shiden" [taillabel = "Husband of"] "Ayane" -> "Shiden" [taillabel = "Uncle of"] "Raidou" -> "Shiden" [taillabel = "Younger Brother of"] "Ayane" -> "Ayame" [taillabel = "Mother of"] "Hayate" -> "Ayame" [taillabel = "Mother of"] "Kasumi" -> "Ayame" [taillabel = "Mother of"] "Shiden" -> "Ayame" [taillabel = "Wife of"] "Ayane" -> "Raidou" [taillabel = "Father of"] "Hayate" -> "Raidou" [taillabel = "Uncle of"] "Kasumi" -> "Raidou" [taillabel = "Uncle of"] "Shiden" -> "Raidou" [taillabel = "Older Brother of"] }' | dot -Tsvg > output.svg