echo 'digraph { "Producer's Sister" -> "Producer's Nephew" [taillabel = "Son of"] "Producer" -> "Producer's Nephew" [taillabel = "Nephew of"] "Producer's Nephew" -> "Producer" [taillabel = "Uncle of"] "Producer's Sister" -> "Producer" [taillabel = "Younger Brother of"] "Producer" -> "Producer's Sister" [taillabel = "Older Sister of"] "Producer's Nephew" -> "Producer's Sister" [taillabel = "Mother of"] }' | dot -Tsvg > output.svg