echo 'digraph { "Kromer" -> "Guido" [taillabel = "Subordinate of"] "Sinclair" -> "Kromer" [taillabel = "Enemy of"] "Guido" -> "Kromer" [taillabel = "Superior of"] }' | dot -Tsvg > output.svg