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