echo 'digraph { "Ace" -> "Lance" [taillabel = "Rival of"] "Lena" -> "Ace" [taillabel = "Son of"] "Lance" -> "Ace" [taillabel = "Rival of"] }' | dot -Tsvg > output.svg