echo 'digraph { "Noah Ararat" -> "Albert Ararat" [taillabel = "Older brother of"] "Gilbert Ararat" -> "Albert Ararat" [taillabel = "Younger brother of"] "Oscar Ararat" -> "Albert Ararat" [taillabel = "Older brother of"] "Henry Ararat" -> "Albert Ararat" [taillabel = "Older brother of"] "Albert Ararat" -> "Noah Ararat" [taillabel = "Younger brother of"] "Gilbert Ararat" -> "Noah Ararat" [taillabel = "Younger brother of"] "Henry Ararat" -> "Noah Ararat" [taillabel = "Younger brother of"] "Oscar Ararat" -> "Noah Ararat" [taillabel = "Younger brother of"] "Noah Ararat" -> "Gilbert Ararat" [taillabel = "Older brother of"] "Albert Ararat" -> "Gilbert Ararat" [taillabel = "Older sister of"] "Henry Ararat" -> "Gilbert Ararat" [taillabel = "Older sister of"] "Oscar Ararat" -> "Gilbert Ararat" [taillabel = "Older sister of"] "Noah Ararat" -> "Henry Ararat" [taillabel = "Older brother of"] "Albert Ararat" -> "Henry Ararat" [taillabel = "Younger brother of"] "Gilbert Ararat" -> "Henry Ararat" [taillabel = "Younger brother of"] "Oscar Ararat" -> "Henry Ararat" [taillabel = "Older brother of"] "Albert Ararat" -> "Oscar Ararat" [taillabel = "Younger brother of"] "Noah Ararat" -> "Oscar Ararat" [taillabel = "Older brother of"] "Gilbert Ararat" -> "Oscar Ararat" [taillabel = "Younger brother of"] "Henry Ararat" -> "Oscar Ararat" [taillabel = "Younger brother of"] }' | dot -Tsvg > output.svg