echo 'digraph { "Aisley" -> "Snow" [taillabel = "Brother of"] "Ashise" -> "Snow" [taillabel = "Brother of"] "Suishi" -> "Snow" [taillabel = "Brother of"] "Tanis" -> "Snow" [taillabel = "Older Brother of"] "Tanis" -> "Aisley" [taillabel = "Younger Sister of"] "Snow" -> "Aisley" [taillabel = "Sister of"] "Suishi" -> "Aisley" [taillabel = "Sister of"] "Ashise" -> "Aisley" [taillabel = "Twin Sister of"] "Tanis" -> "Ashise" [taillabel = "Younger Sister of"] "Aisley" -> "Ashise" [taillabel = "Twin Sister of"] "Snow" -> "Ashise" [taillabel = "Sister of"] "Suishi" -> "Ashise" [taillabel = "Sister of"] "Aisley" -> "Suishi" [taillabel = "Sister of"] "Ashise" -> "Suishi" [taillabel = "Sister of"] "Snow" -> "Suishi" [taillabel = "Sister of"] "Tanis" -> "Suishi" [taillabel = "Younger Sister of"] "Ashise" -> "Tanis" [taillabel = "Younger Brother of"] "Snow" -> "Tanis" [taillabel = "Younger Brother of"] "Suishi" -> "Tanis" [taillabel = "Younger Brother of"] }' | dot -Tsvg > output.svg