echo 'digraph { "Ashnard" -> "Soren" [taillabel = "son of"] "Ike" -> "Soren" [taillabel = "Best friend of"] "Almedha" -> "Soren" [taillabel = "son 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"] "Soren" -> "Ashnard" [taillabel = "Father of"] "Rajaion" -> "Ashnard" [taillabel = "master of"] "Almedha" -> "Ashnard" [taillabel = "Husband of"] "Ashnard" -> "Almedha" [taillabel = "Wife of"] "Soren" -> "Almedha" [taillabel = "Mother of"] "Pelleas" -> "Almedha" [taillabel = "Adoptive mother of"] "Dheginsea" -> "Almedha" [taillabel = "Daughter of"] "Rajaion" -> "Almedha" [taillabel = "Younger Sister of"] "Kurthnaga" -> "Almedha" [taillabel = "Younger Sister of"] }' | dot -Tsvg > output.svg