echo 'digraph { "Soren" -> "Ashnard" [taillabel = "Father of"] "Rajaion" -> "Ashnard" [taillabel = "master of"] "Almedha" -> "Ashnard" [taillabel = "Husband of"] "Ashnard" -> "Soren" [taillabel = "son of"] "Ike" -> "Soren" [taillabel = "Best friend of"] "Almedha" -> "Soren" [taillabel = "son of"] "Dheginsea" -> "Rajaion" [taillabel = "son of"] "Kurthnaga" -> "Rajaion" [taillabel = "Older Brother of"] "Ena" -> "Rajaion" [taillabel = "Engaged to"] "Ashnard" -> "Rajaion" [taillabel = "enslaved by"] "Almedha" -> "Rajaion" [taillabel = "Older Brother 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