echo 'digraph { "Patty Thompson" -> "Liz Thompson" [taillabel = "Older sister of"] "Death the Kid" -> "Liz Thompson" [taillabel = "Weapon of"] "Patty Thompson" -> "Death the Kid" [taillabel = "Meister of"] "Liz Thompson" -> "Death the Kid" [taillabel = "Meister of"] "Lord Death" -> "Death the Kid" [taillabel = "Son of"] "Soul Eater Evans" -> "Death the Kid" [taillabel = "Friend of"] "Black Star" -> "Death the Kid" [taillabel = "Friend of"] "Maka Albarn" -> "Death the Kid" [taillabel = "Friend of"] "Tsubaki Nakatsukasa" -> "Death the Kid" [taillabel = "Friend of"] "Liz Thompson" -> "Patty Thompson" [taillabel = "Younger Sister of"] "Death the Kid" -> "Patty Thompson" [taillabel = "Weapon of"] }' | dot -Tsvg > output.svg