echo 'digraph { "Altena" -> "Leif " [taillabel = "younger brother of"] "Quan" -> "Leif " [taillabel = "son of"] "Ethlyn" -> "Leif " [taillabel = "son 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"] "Quan" -> "Altena" [taillabel = "Daughter of"] "Ethlyn" -> "Altena" [taillabel = "Daughter of"] "Leif " -> "Altena" [taillabel = "Older Sister of"] "Travant" -> "Altena" [taillabel = "Adopted daughter of"] "Areone" -> "Altena" [taillabel = "Adoptive sister of"] }' | dot -Tsvg > output.svg