echo 'digraph { "Alucard" -> "Lisa" [taillabel = "Mother of"] "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