Santa Maria Assunta e San Martino, Chiampo

Santa Maria Assunta e San Martino is a neoclassical-style, Roman Catholic parish church located in Chiampo, province of Vicenza, region of Veneto, Italy.

History

A chapel at the site, dedicated to San Martino, is documented since the fourth centuries. Over the years the devotion the Virgin grew. By 1460, it was an arcipretale church with other dependant parishes. The church was rebuilt in the early 19th century, and completed in 1852. The interior has a sculpted late-gothic-style Ciborium.[1]

gollark: I like milk, but cereal with milk is hereßy.
gollark: Praise the __flying__ spaghetti **monster**.
gollark: I dislike how browsers made CSRF a thing, it is total bees.
gollark: One of these days I really ought to add login and CSRF prevention.
gollark: ```javascriptimport m = require("mithril")import * as RPCTypes from "../common/rpc"export const sendMessage = (msg: RPCTypes.Message): Promise<RPCTypes.MessageResponse> => { return m.request( { method: "POST", url: "./rpc/", body: msg, }).then(res => { const [ type, p1, p2 ] = res if (type === "error") { throw new RPCTypes.RPCError(p2, p1) } else if (type === "ok") { return p1 } else { throw new Error("Invalid RPC response") } })}const handler = { get: (target, prop) => (...args) => sendMessage([prop, ...args])}export const serverProxy = new Proxy({}, handler)```

References

  1. Comune of Chiampo, entry on church.

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