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