echo 'digraph { "Deirdre" -> "Sigurd" [taillabel = "Husband of"] "Seliph" -> "Sigurd" [taillabel = "Father of"] "Ethlyn" -> "Sigurd" [taillabel = "Older Brother of"] "Quan" -> "Sigurd" [taillabel = "Brother-in-law of"] "Sigurd" -> "Seliph" [taillabel = "son of"] "Deirdre" -> "Seliph" [taillabel = "son of"] "Julia " -> "Seliph" [taillabel = "Half-brother of"] "Ethlyn" -> "Quan" [taillabel = "Husband of"] "Leif " -> "Quan" [taillabel = "Father of"] "Altena" -> "Quan" [taillabel = "Father of"] "Sigurd" -> "Quan" [taillabel = "Brother-in-law of"] "Sigurd" -> "Ethlyn" [taillabel = "Younger Sister of"] "Quan" -> "Ethlyn" [taillabel = "Wife of"] "Altena" -> "Ethlyn" [taillabel = "Mother of"] "Leif " -> "Ethlyn" [taillabel = "Mother of"] "Arvis" -> "Deirdre" [taillabel = "Wife of"] "Seliph" -> "Deirdre" [taillabel = "Mother of"] "Julia " -> "Deirdre" [taillabel = "Mother of"] "Sigurd" -> "Deirdre" [taillabel = "Wife of"] }' | dot -Tsvg > output.svg