echo 'digraph { "Octavia" -> "Bridget" [taillabel = "Master of"] "Emilio" -> "Bridget" [taillabel = "Childhood friend of"] "Colette" -> "Emilio" [taillabel = "Childhood friend of"] "Bridget" -> "Octavia" [taillabel = "Familiar of"] }' | dot -Tsvg > output.svg