echo 'digraph { "Violet el Bridget" -> "Louis L.Bridgette" [taillabel = "Younger Brother of"] "Olivia L. Bridget" -> "Louis L.Bridgette" [taillabel = "son of"] "Louis L.Bridgette" -> "Olivia L. Bridget" [taillabel = "Mother of"] "Violet el Bridget" -> "Olivia L. Bridget" [taillabel = "Mother of"] "Louis L.Bridgette" -> "Violet el Bridget" [taillabel = "Younger Sister of"] "Olivia L. Bridget" -> "Violet el Bridget" [taillabel = "Daughter of"] }' | dot -Tsvg > output.svg