echo 'digraph { "Młynar" -> "Nearl" [taillabel = "Niece of"] "Whislash" -> "Nearl" [taillabel = "Niece of"] "Blemishine" -> "Nearl" [taillabel = "Older sister of"] "Nearl" -> "Blemishine" [taillabel = "Younger Sister of"] "Młynar" -> "Blemishine" [taillabel = "Niece of"] "Whislash" -> "Blemishine" [taillabel = "Niece of"] "Nearl" -> "Whislash" [taillabel = "Aunt of"] "Blemishine" -> "Whislash" [taillabel = "Aunt of"] }' | dot -Tsvg > output.svg