echo 'digraph { "Nayuki Minase" -> "Akiko Minase" [taillabel = "Mother of"] "Yuuichi Aizawa" -> "Akiko Minase" [taillabel = "Aunt of"] "Nayuki Minase" -> "Yuuichi Aizawa" [taillabel = "Cousin of"] "Akiko Minase" -> "Yuuichi Aizawa" [taillabel = "Nephew of"] "Yuuichi Aizawa (child)" -> "Yuuichi Aizawa" [taillabel = "Older version of"] "Akiko Minase" -> "Nayuki Minase" [taillabel = "Daughter of"] "Yuuichi Aizawa" -> "Nayuki Minase" [taillabel = "Cousin of"] "Nayuki Minase" -> "Nayuki Minase" [taillabel = "Older version of"] }' | dot -Tsvg > output.svg