echo 'digraph { "Lisa Hayes" -> "Rick Hunter" [taillabel = "Wife of"] "Roy Fokker" -> "Rick Hunter" [taillabel = "Best friend of"] "Lisa Hayes" -> "Rick Hunter" [taillabel = "Husband of"] "Rick Hunter" -> "Lisa Hayes" [taillabel = "Wife of"] "Claudia Grant" -> "Roy Fokker" [taillabel = "love interest of "] "Rick Hunter" -> "Roy Fokker" [taillabel = "Best friend of"] }' | dot -Tsvg > output.svg