echo 'digraph { "Xander" -> "Siegbert" [taillabel = "son of"] "Elise" -> "Xander" [taillabel = "brother of"] "Leo" -> "Xander" [taillabel = "brother of"] "Camilla" -> "Xander" [taillabel = "Brother of"] "Garon" -> "Xander" [taillabel = "Son of"] }' | dot -Tsvg > output.svg