Gabriele Fontana

Gabriele Fontana (b. 1958 Innsbruck, Austria) is an Austrian operatic soprano.

Biography

Fontana made her professional opera debut in 1980 as Pamina in Die Zauberflöte with Oper Frankfurt. She joined the Hamburg State Opera in 1982 where she sang Pamina, Konstanze in Die Entführung aus dem Serail, Sophie in Der Rosenkavalier and the role of Sophie Scholl in the world premiere of Udo Zimmermann's Weisse Rose; the latter of which she reprised and recorded two years later at the Vienna State Opera. Since then Fontana has been a regular presence at the world's best opera houses making appearances in Hannover, Amsterdam, Berlin, Cologne, Munich, Düsseldorf, Stuttgart, Barcelona, Trieste, Geneva, Tokyo, Philadelphia, Cincinnati, and New York. She has also been a regular performer at the Salzburg Festival and has made appearances at the Glyndebourne Festival, Vienna Festival, the Bregenzer Festspiele, the London Proms, Carinthischer Sommer Ossiach, Festival di Carpi, Prague Spring Festival, and at festivals in Berlin, Dresden, Israel, the USA and Japan.[1]

gollark: Although I actually wrote the regex as```pythonWHITESPACE = r"[\t\n ]*"NUMBER = r"\-?(?:0|[1-9][0-9]*)(?:\.[0-9]+)?(?:[eE][+-]?[0-9]+)?"ARRAY = f"(?:\[{WHITESPACE}(?:|(?R)|(?R)(?:,{WHITESPACE}(?R){WHITESPACE})*){WHITESPACE}])"STRING = r'"(?:[^"\\\n]|\\["\\/bfnrt]|\\u[0-9a-fA-F]{4})*"'TERMINAL = f"(?:true|false|null|{NUMBER}|{STRING})"PAIR = f"(?:{WHITESPACE}{STRING}{WHITESPACE}:{WHITESPACE}(?R){WHITESPACE})"OBJECT = f"(?:{{(?:{WHITESPACE}|{PAIR}|(?:{PAIR}(?:,{PAIR})*))}})"VALUE = f"{WHITESPACE}(?:{ARRAY}|{OBJECT}|{TERMINAL}){WHITESPACE}"```which is much easier.
gollark: Regex is kind of like the APL of string pattern matching, in that it's very terse and expressive but incomprehensible.
gollark: Well, the regex engine is fine with it.
gollark: It's actually a recursive regex, so it can generate infinitely deep problems with a finite... regex.
gollark: (from an esoteric programming languages discussion group)

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.