echo 'digraph { "Pangyo" -> "Choco" [taillabel = "Girlfriend of"] "Brown" -> "Choco" [taillabel = "Sister of"] "Cony" -> "Brown" [taillabel = "Husband of"] "Moon" -> "Brown" [taillabel = "Best friend of"] "James" -> "Brown" [taillabel = "Best friend of"] "Sally" -> "Brown" [taillabel = "Best friend of"] "Choco" -> "Brown" [taillabel = "Brother of"] "Choco" -> "Pangyo" [taillabel = "Boyfriend of"] }' | dot -Tsvg > output.svg