echo 'digraph { "Arete" -> "Garon" [taillabel = "Husband of"] "Camilla" -> "Garon" [taillabel = "Father of"] "Elise" -> "Garon" [taillabel = "Father of"] "Leo" -> "Garon" [taillabel = "Father of"] "Xander" -> "Garon" [taillabel = "Father of"] "Azura" -> "Garon" [taillabel = "Step-father of"] "Mikoto" -> "Garon" [taillabel = "Brother-in-law of"] "Elise" -> "Xander" [taillabel = "brother of"] "Leo" -> "Xander" [taillabel = "brother of"] "Camilla" -> "Xander" [taillabel = "Brother of"] "Garon" -> "Xander" [taillabel = "Son of"] "Elise" -> "Leo" [taillabel = "Half-brother of"] "Camilla" -> "Leo" [taillabel = "Half-brother of"] "Xander" -> "Leo" [taillabel = "Half-brother of"] "Forrest" -> "Leo" [taillabel = "Father of"] "Azura" -> "Leo" [taillabel = "Step-Brother of"] "Garon" -> "Leo" [taillabel = "Son of"] "Arete" -> "Leo" [taillabel = "Step-son of"] "Siegbert" -> "Leo" [taillabel = "Uncle of"] "Xander" -> "Elise" [taillabel = "Sister of"] "Leo" -> "Elise" [taillabel = "Sister of"] "Corrin (Female)" -> "Mikoto" [taillabel = "Mother of"] "Corrin (Male)" -> "Mikoto" [taillabel = "Mother of"] "Kana (Female)" -> "Mikoto" [taillabel = "Grandmother of"] "Kana (Male)" -> "Mikoto" [taillabel = "Grandmother of"] "Garon" -> "Arete" [taillabel = "Wife of"] "Azura" -> "Arete" [taillabel = "Mother of"] }' | dot -Tsvg > output.svg