echo 'digraph { "Alleyne" -> "Nowa" [taillabel = "Student of"] "Nowa" -> "Alleyne" [taillabel = "Teacher of"] "Echidna" -> "Alleyne" [taillabel = "Enemy of"] }' | dot -Tsvg > output.svg