echo 'digraph { "Franz" -> "Forde" [taillabel = "Older Brother of"] "Ephraim" -> "Forde" [taillabel = "subordiate of"] "Forde" -> "Franz" [taillabel = "younger brother of"] "Seth" -> "Franz" [taillabel = "subordinate of"] "Eirika" -> "Ephraim" [taillabel = "Twin Brother of"] "Fado" -> "Ephraim" [taillabel = "son of"] "Lyon" -> "Ephraim" [taillabel = "Childhood friend of"] }' | dot -Tsvg > output.svg