echo 'digraph { "Chii" -> "Freya" [taillabel = "[s]Twin sister[/s] of"] "Chitose Hibiya" -> "Freya" [taillabel = "[s]Daughter[/s] of"] "Freya" -> "Chii" [taillabel = "[s]Twin sister[/s] of"] "Chitose Hibiya" -> "Chii" [taillabel = "Daughter of"] "Chii" -> "Chitose Hibiya" [taillabel = "[s]Mother[/s] of"] "Ichirou Mihara" -> "Chitose Hibiya" [taillabel = "[s]Wife[/s] of"] "Freya" -> "Chitose Hibiya" [taillabel = "[s]Mother[/s] of"] }' | dot -Tsvg > output.svg