echo 'digraph { "Claire" -> "Marc" [taillabel = "Husband of"] "Marc" -> "Claire" [taillabel = "Wife of"] "Moor Hesse" -> "Claire" [taillabel = "Sister of"] }' | dot -Tsvg > output.svg