echo 'digraph { "Dracula Vlad Ţepeş" -> "D" [taillabel = "son of "] "Alucard" -> "D" [taillabel = "brother of"] "Alucard" -> "Dracula Vlad Ţepeş" [taillabel = "Father of"] "D" -> "Dracula Vlad Ţepeş" [taillabel = "Father of"] "Death / Reaper" -> "Dracula Vlad Ţepeş" [taillabel = "boss of "] "Carmilla" -> "Dracula Vlad Ţepeş" [taillabel = "boss of "] "Simon Belmont" -> "Dracula Vlad Ţepeş" [taillabel = "Enemy of"] "Soma Cruz" -> "Dracula Vlad Ţepeş" [taillabel = "reborn as"] "Dracula Vlad Ţepeş" -> "Alucard" [taillabel = "Son of"] "Lisa" -> "Alucard" [taillabel = "Son of"] "D" -> "Alucard" [taillabel = "brother of"] "Simon Belmont" -> "Alucard" [taillabel = "ally of "] "Death / Reaper" -> "Alucard" [taillabel = "Enemy of"] "Carmilla" -> "Alucard" [taillabel = "Enemy of"] "Soma Cruz" -> "Alucard" [taillabel = "Ally of"] }' | dot -Tsvg > output.svg