echo 'digraph { "Dorothy" -> "Leopard" [taillabel = "Daughter of"] "Doronjo" -> "Leopard" [taillabel = "Descended from"] "Lord Oda" -> "Leopard" [taillabel = "Owner of"] "Leopard" -> "Doronjo" [taillabel = "Ancestor of"] "Leopard" -> "Lord Oda" [taillabel = "Pet of"] "Leopard" -> "Dorothy" [taillabel = "Mother of"] }' | dot -Tsvg > output.svg