echo 'digraph { "Kouta Otoyama" -> "Shima Katase" [taillabel = "Girlfriend of "] "Arisa Glennorth" -> "Shima Katase" [taillabel = "Best friend of"] "Shima Katase" -> "Arisa Glennorth" [taillabel = "Best friend of"] "Shima Katase" -> "Kouta Otoyama" [taillabel = "Boyfriend of "] }' | dot -Tsvg > output.svg