echo 'digraph { "Erk" -> "Priscilla" [taillabel = "Client of"] "Raven" -> "Priscilla" [taillabel = "Sister of"] "Pent" -> "Erk" [taillabel = "Apprentice of"] "Priscilla" -> "Raven" [taillabel = "Brother of"] "Lucius " -> "Raven" [taillabel = "Companion of"] }' | dot -Tsvg > output.svg