echo 'digraph { "Agares Blight" -> "Luca Blight" [taillabel = "Son of"] "Jillia Blight" -> "Luca Blight" [taillabel = "Half-brother of"] "Luca Blight" -> "Jillia Blight" [taillabel = "Half-sister of"] "Luca Blight" -> "Agares Blight" [taillabel = "Father of"] }' | dot -Tsvg > output.svg