echo 'digraph { "En" -> "Al" [taillabel = "Lover of"] "Usagi Tsukino" -> "Al" [taillabel = "In love with"] "Mamoru Chiba" -> "Al" [taillabel = "Rival of"] "Usagi Tsukino" -> "Mamoru Chiba" [taillabel = "Boyfriend of"] "Queen Serenity" -> "Mamoru Chiba" [taillabel = "Son in-law to"] "Fiore" -> "Mamoru Chiba" [taillabel = "Former friend of"] "Mamoru Chiba" -> "Usagi Tsukino" [taillabel = "Girlfriend of"] "Queen Serenity" -> "Usagi Tsukino" [taillabel = "Daughter of"] "Luna" -> "Usagi Tsukino" [taillabel = "Owner of"] "Ikuko Tsukino" -> "Usagi Tsukino" [taillabel = "Rebirth daughter to"] "Kenji Tsukino" -> "Usagi Tsukino" [taillabel = "Rebirth daughter to"] "Al" -> "En" [taillabel = "Lover of"] "Mamoru Chiba" -> "En" [taillabel = "In love with"] }' | dot -Tsvg > output.svg