echo 'digraph { "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"] "Elise" -> "Xander" [taillabel = "brother of"] "Leo" -> "Xander" [taillabel = "brother of"] "Camilla" -> "Xander" [taillabel = "Brother of"] "Garon" -> "Xander" [taillabel = "Son of"] "Xander" -> "Elise" [taillabel = "Sister of"] "Leo" -> "Elise" [taillabel = "Sister of"] "Leo" -> "Forrest" [taillabel = "Son of"] "Garon" -> "Forrest" [taillabel = "Grandson of"] "Xander" -> "Forrest" [taillabel = "Nephew of"] "Camilla" -> "Forrest" [taillabel = "Nephew of"] "Elise" -> "Forrest" [taillabel = "Nephew of"] "Siegbert" -> "Forrest" [taillabel = "Cousin of"] "Xander" -> "Siegbert" [taillabel = "son of"] "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"] "Garon" -> "Arete" [taillabel = "Wife of"] "Azura" -> "Arete" [taillabel = "Mother of"] }' | dot -Tsvg > output.svg