echo 'digraph { "Karis" -> "Ivan" [taillabel = "Father of"] "Ivan" -> "Karis" [taillabel = "Daughter of"] }' | dot -Tsvg > output.svg