echo 'digraph { "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"] "Cony" -> "Sally" [taillabel = "Best friend of"] "Brown" -> "Sally" [taillabel = "Best friend of"] "Brown" -> "James" [taillabel = "Best friend of"] "Moon" -> "James" [taillabel = "Best friend of"] "Boss" -> "James" [taillabel = "Best friend of"] "Brown" -> "Moon" [taillabel = "Best friend of"] "James" -> "Moon" [taillabel = "Best friend of"] "Jessica" -> "Moon" [taillabel = "In love with"] "Brown" -> "Cony" [taillabel = "Wife of"] "Jessica" -> "Cony" [taillabel = "Best friend of"] "Sally" -> "Cony" [taillabel = "Best friend of"] "Pangyo" -> "Choco" [taillabel = "Girlfriend of"] "Brown" -> "Choco" [taillabel = "Sister of"] }' | dot -Tsvg > output.svg