Temple of Agriculture

Temple of Agriculture (simplified Chinese: 先农坛; traditional Chinese: 先農壇; pinyin: xiān nóng tán) or Altar of Agriculture is a historic site in Xuanwu District of Beijing, China, and located near the Temple of Heaven.

The Temple of Agriculture

History

The Temple of Agriculture was built in the 15th century.[1] It was used by Ming and Qing emperors to perform sacrifices.

The temple's Jufu Hall was included in the 1998 World Monuments Watch by the World Monuments Fund (WMF) when it was in danger of collapse, and again in 2000 along with the rest of the temple.[2] In 1998, American Express provided funding through WMF for the restoration of the structure.[3] Other structures on the site were subsequently restored, and the work included stabilization, wood treatment, repair and conservation of the tiles, and consolidation and preservation of the painted decoration. Today, the site has the status of Major Site Protected at the National Level of China.

In artwork

"The Yongzheng Emperor Offering Sacrifice at the Xiannong Altar" from the Qing Dynasty.
gollark: I personally think that while less complexity is good, switching to sugarless lisp would be bad.
gollark: ```haskelltype PasteCapture a = Capture "username" Text :> Capture "pasteName" Text :> atype GetPasteAPI = PasteCapture (Get '[JSON] SanitizedPaste) :<|> "raw" :> PasteCapture (Get '[PlainText] Text)type RequiresAuth a = BasicAuth "pastecan" (Entity User) :> atype UpdatePasteAPI = RequiresAuth ( PasteCapture (Delete '[PlainText] NoContent) :<|> PasteCapture (ReqBody '[JSON] SanitizedPaste :> Put '[PlainText] NoContent))type AccountsAPI = "account" :> ( ReqBody '[JSON] User :> Post '[JSON] Bool :<|> RequiresAuth (Delete '[JSON] NoContent))type API = UpdatePasteAPI :<|> GetPasteAPI :<|> AccountsAPI```I defined the API as types. It was nice.
gollark: https://osmarks.tk/git/osmarks/pastecan
gollark: We're on the Haskell Discussion discord, what did you *expect*?
gollark: I wrote a Pastebin clone (though only the backend) in Haskell, it was fine.

References

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