echo 'digraph { "Maiko's father" -> "Maiko's mother" [taillabel = "Wife of"] "Maiko Kishi" -> "Maiko's mother" [taillabel = "Mother of"] "Maiko's father" -> "Maiko Kishi" [taillabel = "Daughter of"] "Maiko's mother" -> "Maiko Kishi" [taillabel = "Daughter of"] "Maiko's mother" -> "Maiko's father" [taillabel = "Husband of"] "Maiko Kishi" -> "Maiko's father" [taillabel = "Father of"] }' | dot -Tsvg > output.svg