echo 'digraph { "Corone Dola" -> "Schwi Dola" [taillabel = "Sister-in-law of"] "Riku Dola" -> "Schwi Dola" [taillabel = "Wife of"] "Corone Dola" -> "Riku Dola" [taillabel = "Brother of"] "Schwi Dola" -> "Riku Dola" [taillabel = "Husband of"] "Teto" -> "Riku Dola" [taillabel = "creator of"] "Former King of Imanity" -> "Corone Dola" [taillabel = "Ancestor of"] "Stephanie Dola" -> "Corone Dola" [taillabel = "Ancestor of"] "Riku Dola" -> "Corone Dola" [taillabel = "Sister of"] "Schwi Dola" -> "Corone Dola" [taillabel = "Sister-in-law of"] "Nonna Zell" -> "Corone Dola" [taillabel = "caretaker of"] }' | dot -Tsvg > output.svg