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