echo 'digraph { "Beryl Jasper" -> "Agate Fluorite" [taillabel = "Friend of#"] "Fon Aina Sulfur" -> "Agate Fluorite" [taillabel = "Friend of#"] "Chrome" -> "Agate Fluorite" [taillabel = "Friend of#"] "Agate Fluorite" -> "Beryl Jasper" [taillabel = "Friend of#"] "Fon Aina Sulfur" -> "Beryl Jasper" [taillabel = "Friend of#"] "Chrome" -> "Beryl Jasper" [taillabel = "Roommate of"] "Fon Aina Sulfur" -> "Chrome" [taillabel = "Friend of#"] "Agate Fluorite" -> "Chrome" [taillabel = "Friend of#"] "Beryl Jasper" -> "Chrome" [taillabel = "Roommate of"] "Chrome" -> "Fon Aina Sulfur" [taillabel = "Friend of#"] "Beryl Jasper" -> "Fon Aina Sulfur" [taillabel = "Friend of#"] "Agate Fluorite" -> "Fon Aina Sulfur" [taillabel = "Friend of#"] }' | dot -Tsvg > output.svg