echo 'digraph { "Rem" -> "Quark" [taillabel = "Father of"] "Ram" -> "Quark" [taillabel = "Father of"] "Ram" -> "Rem" [taillabel = "Twin Sister of"] "Subaru Natsuki" -> "Rem" [taillabel = "In love with"] "Temae" -> "Rem" [taillabel = "Daughter of"] "Quark" -> "Rem" [taillabel = "Daughter of"] "Rem" -> "Ram" [taillabel = "Twin Sister of"] "Frederica Baumann" -> "Ram" [taillabel = "Rival of"] "Roswaal L. Mathers" -> "Ram" [taillabel = "Subordinate of"] "Roswaal L. Mathers" -> "Ram" [taillabel = "In love with"] "Emilia" -> "Ram" [taillabel = "Subordinate of"] }' | dot -Tsvg > output.svg