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