echo 'digraph { "Arthur" -> "Tailtiu" [taillabel = "Mother of"] "Tine" -> "Tailtiu" [taillabel = "Mother of"] "Bloom" -> "Tailtiu" [taillabel = "Sister of"] "Reptor" -> "Tailtiu" [taillabel = "Daughter of"] "Tailtiu" -> "Arthur" [taillabel = "son of"] "Tine" -> "Arthur" [taillabel = "Older Brother of"] "Arthur" -> "Tine" [taillabel = "Younger Sister of"] "Tailtiu" -> "Tine" [taillabel = "Daughter of"] "Tailtiu" -> "Bloom" [taillabel = "brother of"] "Ishtar" -> "Bloom" [taillabel = "Father of"] "Hilda" -> "Bloom" [taillabel = "Husband of"] "Reptor" -> "Bloom" [taillabel = "son of"] "Bloom" -> "Reptor" [taillabel = "Father of"] "Tailtiu" -> "Reptor" [taillabel = "Father of"] "Ishtar" -> "Reptor" [taillabel = "grandfather of"] }' | dot -Tsvg > output.svg