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