echo 'digraph { "Audric" -> "Yurius" [taillabel = "Half-brother of"] "Victor" -> "Yurius" [taillabel = "Half-brother of"] "Albert" -> "Yurius" [taillabel = "Friend of"] "Yurius" -> "Albert" [taillabel = "Friend of"] "Victor" -> "Audric" [taillabel = "Brother of"] "Victor" -> "Audric" [taillabel = "Older Brother of"] "Yurius" -> "Audric" [taillabel = "Half-brother of"] "Audric" -> "Victor" [taillabel = "Brother of"] "Yurius" -> "Victor" [taillabel = "Half-brother of"] "Audric" -> "Victor" [taillabel = "Younger Brother of"] }' | dot -Tsvg > output.svg