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