echo 'digraph { "Schala" -> "Magus / Janus" [taillabel = "Younger brother of"] "Queen Zeal" -> "Magus / Janus" [taillabel = "Son of"] "Alfador" -> "Magus / Janus" [taillabel = "Owner of"] "Magus / Janus" -> "Schala" [taillabel = "Younger Sister of"] "Queen Zeal" -> "Schala" [taillabel = "Daughter of"] "Magus / Janus" -> "Alfador" [taillabel = "Pet of"] "Schala" -> "Queen Zeal" [taillabel = "Mother of"] "Magus / Janus" -> "Queen Zeal" [taillabel = "Mother of"] }' | dot -Tsvg > output.svg