echo 'digraph { "Simon Blackquill" -> "Aura Blackquill" [taillabel = "Younger Sister of"] "Metis Cykes" -> "Aura Blackquill" [taillabel = "Co-Worker of"] "Metis Cykes" -> "Aura Blackquill" [taillabel = "In love with"] "Aura Blackquill" -> "Simon Blackquill" [taillabel = "younger brother of"] "Athena Cykes" -> "Metis Cykes" [taillabel = "Mother of"] "Aura Blackquill" -> "Metis Cykes" [taillabel = "Co-Worker of"] }' | dot -Tsvg > output.svg