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