echo 'digraph { "Leanne" -> "Reyson" [taillabel = "Older Brother of"] "Rafiel" -> "Reyson" [taillabel = "younger brother of"] "Naesala" -> "Reyson" [taillabel = "Childhood friend of"] "Leanne" -> "Naesala" [taillabel = "Childhood friend of"] "Reyson" -> "Naesala" [taillabel = "Childhood friend of"] "Reyson" -> "Leanne" [taillabel = "Younger Sister of"] "Rafiel" -> "Leanne" [taillabel = "Younger Sister of"] "Naesala" -> "Leanne" [taillabel = "Childhood friend of"] "Nailah" -> "Rafiel" [taillabel = "companion of"] "Leanne" -> "Rafiel" [taillabel = "Older Brother of"] "Reyson" -> "Rafiel" [taillabel = "Older Brother of"] }' | dot -Tsvg > output.svg