echo 'digraph { "Claudia" -> "Dorothy" [taillabel = "Partner of"] "Djeeta" -> "Dorothy" [taillabel = "In love with"] "Gran" -> "Dorothy" [taillabel = "In love with"] "Constance" -> "Dorothy" [taillabel = "Subordinate of"] "Lyria" -> "Claudia" [taillabel = "In love with"] "Dorothy" -> "Claudia" [taillabel = "Partner of"] "Constance" -> "Claudia" [taillabel = "Subordinate of"] "Claudia" -> "Constance" [taillabel = "Master of"] "Dorothy" -> "Constance" [taillabel = "Master of"] }' | dot -Tsvg > output.svg