echo 'digraph { "Byleth (Female)" -> "Sitri" [taillabel = "Mother of"] "Byleth (Male)" -> "Sitri" [taillabel = "Mother of"] "Jeralt" -> "Sitri" [taillabel = "Wife of"] "Jeralt" -> "Byleth (Male)" [taillabel = "Son of"] "Jeralt" -> "Byleth (Female)" [taillabel = "Daughter of"] "Byleth (Female)" -> "Jeralt" [taillabel = "Father of"] "Byleth (Male)" -> "Jeralt" [taillabel = "Father of"] }' | dot -Tsvg > output.svg