echo 'digraph { "Sara" -> "Noelle" [taillabel = "Younger Sister of"] "Papa" -> "Noelle" [taillabel = "Daughter of"] "Mama" -> "Noelle" [taillabel = "Daughter of"] "Lucca" -> "Noelle" [taillabel = "Younger Sister of"] "Noelle" -> "Sara" [taillabel = "Younger Sister of"] "Papa" -> "Sara" [taillabel = "Daughter of"] "Mama" -> "Sara" [taillabel = "Daughter of"] "Lucca" -> "Sara" [taillabel = "Younger Sister of"] "Papa" -> "Mama" [taillabel = "Wife of"] "Sara" -> "Mama" [taillabel = "Mother of"] "Noelle" -> "Mama" [taillabel = "Mother of"] "Lucca" -> "Mama" [taillabel = "Mother of"] "Mama" -> "Papa" [taillabel = "Husband of"] "Sara" -> "Papa" [taillabel = "Father of"] "Noelle" -> "Papa" [taillabel = "Father of"] "Lucca" -> "Papa" [taillabel = "Father of"] "Noelle" -> "Lucca" [taillabel = "Younger Sister of"] "Sara" -> "Lucca" [taillabel = "Younger Sister of"] "Papa" -> "Lucca" [taillabel = "Daughter of"] "Mama" -> "Lucca" [taillabel = "Daughter of"] }' | dot -Tsvg > output.svg