echo 'digraph { "Alm" -> "Rudolf" [taillabel = "Father of"] "Berkut" -> "Rudolf" [taillabel = "Uncle of"] "Celica" -> "Alm" [taillabel = "Husband of"] "Rudolf" -> "Alm" [taillabel = "Son of"] "Rinea" -> "Berkut" [taillabel = "Engaged to"] "Rudolf" -> "Berkut" [taillabel = "Nephew of"] }' | dot -Tsvg > output.svg