echo 'digraph { "Hawkeye" -> "Igrene" [taillabel = "Daughter of"] "Fae" -> "Igrene" [taillabel = "Protector of"] "Astore" -> "Igrene" [taillabel = "Wife of"] "Hector" -> "Astore" [taillabel = "Servant of"] "Igrene" -> "Astore" [taillabel = "Husband of"] "Igrene" -> "Hawkeye" [taillabel = "Father of"] }' | dot -Tsvg > output.svg