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