echo 'digraph { "Mr. Beluga" -> "Anton Herzen" [taillabel = "Older Brother of"] "Sophia" -> "Anton Herzen" [taillabel = "Engaged to"] "Katia Anderson" -> "Sophia" [taillabel = "Grandmother of"] "Anton Herzen" -> "Sophia" [taillabel = "Engaged to"] "Anton Herzen" -> "Mr. Beluga" [taillabel = "Younger Brother of"] "Sammy Thunder" -> "Mr. Beluga" [taillabel = "Uncle of"] }' | dot -Tsvg > output.svg