echo 'digraph { "Juliet Capulet" -> "Romeo Montague" [taillabel = "Lover of"] "Portia Clemenza di Ebe" -> "Romeo Montague" [taillabel = "Son of"] "Leontes van de Montague " -> "Romeo Montague" [taillabel = "Son of"] "Tybalt" -> "Romeo Montague" [taillabel = "Half-brother of"] "Romeo Montague" -> "Juliet Capulet" [taillabel = "Lover of"] "Romeo Montague" -> "Portia Clemenza di Ebe" [taillabel = "Mother of"] "Leontes van de Montague " -> "Tybalt" [taillabel = "Son of"] "Romeo Montague" -> "Tybalt" [taillabel = "Half-brother of"] "Tybalt" -> "Leontes van de Montague " [taillabel = "Father of"] "Romeo Montague" -> "Leontes van de Montague " [taillabel = "Father of"] "Portia Clemenza di Ebe" -> "Leontes van de Montague " [taillabel = "Husband of"] }' | dot -Tsvg > output.svg