echo 'digraph { "Elias Ainsworth" -> "Chise Hatori" [taillabel = "Wife of"] "Elias Ainsworth" -> "Chise Hatori" [taillabel = "Apprentice of"] "Ruth" -> "Chise Hatori" [taillabel = "Owner of"] "Chise Hatori" -> "Elias Ainsworth" [taillabel = "Husband of"] "Chise Hatori" -> "Elias Ainsworth" [taillabel = "Mentor of"] "Chise Hatori" -> "Ruth" [taillabel = "Familiar of"] }' | dot -Tsvg > output.svg