echo 'digraph { "Brown" -> "James" [taillabel = "Best friend of"] "Moon" -> "James" [taillabel = "Best friend of"] "Boss" -> "James" [taillabel = "Best friend of"] "Jessica" -> "James" [taillabel = "Husband of"] "James" -> "Boss" [taillabel = "Best friend of"] "Moon" -> "Boss" [taillabel = "Half-brother of"] "Cony" -> "Jessica" [taillabel = "Best friend of"] "Moon" -> "Jessica" [taillabel = "In love with"] "Brown" -> "Moon" [taillabel = "Best friend of"] "James" -> "Moon" [taillabel = "Best friend of"] "Jessica" -> "Moon" [taillabel = "In love with"] "Boss" -> "Moon" [taillabel = "Half-brother 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"] }' | dot -Tsvg > output.svg