echo 'digraph { "Abel" -> "Est" [taillabel = "Wife of"] "Palla" -> "Est" [taillabel = "Younger Sister of"] "Catria" -> "Est" [taillabel = "Younger Sister of"] "Marth" -> "Abel" [taillabel = "Servant of"] "Cain" -> "Abel" [taillabel = "Friend of"] "Est" -> "Abel" [taillabel = "Husband of"] }' | dot -Tsvg > output.svg