echo 'digraph { "Canute" -> "Ragnar" [taillabel = "Mentor of"] "Gunnar" -> "Ragnar" [taillabel = "Older Brother of"] "Ragnar" -> "Gunnar" [taillabel = "Younger brother of"] }' | dot -Tsvg > output.svg