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