echo 'digraph { "Abel" -> "Cain" [taillabel = "Friend of#"] "Marth" -> "Abel" [taillabel = "Servant of"] "Cain" -> "Abel" [taillabel = "Friend of#"] "Est" -> "Abel" [taillabel = "Husband of"] }' | dot -Tsvg > output.svg