2019 Pan American Games closing ceremony
The closing ceremony of the 2019 Pan American Games took place on Sunday August 11, 2019 at the Estadio Nacional del Perú in Lima, Peru and ran from 20:00 to 22:20 PET. The ceremony is entitled Dance of Diversity and featured a stage composed by fragments of stonework, inspired by the walls built by the Incas. It was produced by Italian company Balich Worldwide Shows and directed by creative director Nikos Lagosakos.[1][2]
The closing ceremony was hosted at Estadio Nacional del Perú
![]() |
Part of a series on the |
|
Program
The ODPEA Was handover by Mayor of Lima Jorge Muñoz Wells to Sebastián Piñera, President of Chile per protocol for the next Pan American Games in 2023.
Anthems
List of Performers
Francisca Valenzuela Power Peralta Gian Marco
gollark: The new version *is* better, even if it involves something like 70 lines more code.
gollark: I've reworked minoteaur's design a bit again because productivity is BEES and happens to other people.```sqlCREATE TABLE pages ( id INTEGER PRIMARY KEY, name TEXT NOT NULL, updated INTEGER NOT NULL, content TEXT NOT NULL);``` I went from that small and thus uncool database thingy to this:```sqlCREATE TABLE versions ( vuuid TEXT PRIMARY KEY COLLATE BINARY, rawSize INTEGER NOT NULL, encoding TEXT, data BLOB NOT NULL);CREATE TABLE pages ( title TEXT PRIMARY KEY, created INTEGER NOT NULL, updated INTEGER NOT NULL, latestVersion TEXT NOT NULL REFERENCES versions(vuuid));CREATE TABLE revisions ( ruuid TEXT PRIMARY KEY COLLATE BINARY, page TEXT NOT NULL REFERENCES pages(title), timestamp INTEGER NOT NULL, type TEXT NOT NULL, data TEXT NOT NULL, -- JSON version TEXT NOT NULL REFERENCES versions(vuuid));CREATE INDEX revisions_page_ix ON revisions(page);```
gollark: Suspicious timing.
gollark: potatOS privacy policy, first 4000 characters.
gollark: He is ALWAYS right.
References
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.