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