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