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