Hans Ruprecht Hoffmann

Hans Ruprecht Hoffmann (c. 1545–1617) was a German sculptor and master stonemason.

The Peter Fountain (1595) in Trier is one of Hoffman's best known works.

Biography

Hans Ruprecht Hoffman was likely born in Worms around 1545. He apprenticed under Dietrich Schro in Mainz and Johann von Trarbach in Simmern. He became a master craftsman of the stonemason's guild. He established a large sculpture workshop and is noted for statues with particularly expressive faces.

He and his wife Katharina (d. 1582) had three children; in 1583, he married his second wife, Anna Örthin (d. 1589); and in 1590, his third wife, (Anna) Margaretha, daughter of Theis Kochenbecker of Cochem.

During his life, Hoffman was one of the leading proponents of Mannerism west of the Rhine. He is known for his epitaphs, altars, and funerary monuments, as well as the pulpit of the Cathedral of Trier and the Peter Fountain in Trier.

Works

  • Main Market Square, Trier:
    • Peter Fountain (1595)
  • Cathedral of Trier:
  • Liebfrauenkirche, Trier:
    • Grave altar of Hugo Schonenburg (d. 1581)
  • Basilica of St. Salvator, Prüm:
    • Stone pulpit (before 1590)
gollark: ```rust#[macro_use] extern crate serenity;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { // Login with a bot token from the environment let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { println!("An error occurred while running the client: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```This is the example code, admittedly, yes.
gollark: It's in Rust.
gollark: AutoBotRobot is currently undergoing extensive development and testing. Feature suggestions?
gollark: What is this "shard"?
gollark: Ah.

References

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