echo 'digraph { "Uncle Henry" -> "Dorothy Gale " [taillabel = "Niece of"] "Aunt Em" -> "Dorothy Gale " [taillabel = "Niece of"] "Toto" -> "Dorothy Gale " [taillabel = "Owner of"] "Dorothy Gale " -> "Toto" [taillabel = "Pet of"] "Uncle Henry" -> "Aunt Em" [taillabel = "Wife of"] "Dorothy Gale " -> "Aunt Em" [taillabel = "Aunt of"] "Aunt Em" -> "Uncle Henry" [taillabel = "Husband of"] "Dorothy Gale " -> "Uncle Henry" [taillabel = "Uncle of"] }' | dot -Tsvg > output.svg