echo 'digraph { "Ike" -> "Mist" [taillabel = "Younger Sister of"] "Greil" -> "Mist" [taillabel = "Daughter of"] "Elena" -> "Mist" [taillabel = "Daughter of"] "Greil" -> "Ike" [taillabel = "son of"] "Mist" -> "Ike" [taillabel = "Older Brother of"] "Black Knight" -> "Ike" [taillabel = "nemesis of"] "Soren" -> "Ike" [taillabel = "Best friend of"] "Elena" -> "Ike" [taillabel = "son of"] "Black Knight" -> "Greil" [taillabel = "mentor of"] "Ike" -> "Greil" [taillabel = "Father of"] "Mist" -> "Greil" [taillabel = "Father of"] "Elena" -> "Greil" [taillabel = "Husband of"] "Greil" -> "Elena" [taillabel = "Wife of"] "Ike" -> "Elena" [taillabel = "Mother of"] "Mist" -> "Elena" [taillabel = "Mother of"] }' | dot -Tsvg > output.svg