echo 'digraph { "Alear (Male)" -> "Lumera" [taillabel = "Mother of"] "Alear (Female)" -> "Lumera" [taillabel = "Mother of"] "Lumera" -> "Alear (Male)" [taillabel = "Son of"] "Lumera" -> "Alear (Female)" [taillabel = "Daughter of"] }' | dot -Tsvg > output.svg