echo 'digraph { "Luka Macken" -> "Alois Trancy" [taillabel = "Older Brother of"] "Claude Faustus" -> "Alois Trancy" [taillabel = "Master of"] "Alois Trancy" -> "Claude Faustus" [taillabel = "Servant of"] "Alois Trancy" -> "Luka Macken" [taillabel = "Younger brother of"] }' | dot -Tsvg > output.svg