echo 'digraph { "Dizzy" -> "Ky Kiske" [taillabel = "Husband of"] "Sin Kiske" -> "Ky Kiske" [taillabel = "Father of"] "Sin Kiske" -> "Dizzy" [taillabel = "Mother of"] "Ky Kiske" -> "Dizzy" [taillabel = "Wife of"] "May" -> "Dizzy" [taillabel = "Former Teammate of"] "Testament" -> "Dizzy" [taillabel = "Friend of#"] "Ky Kiske" -> "Sin Kiske" [taillabel = "Son of"] "Dizzy" -> "Sin Kiske" [taillabel = "Son of"] }' | dot -Tsvg > output.svg