@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/80091> a ns1:Event ;
    rdfs:label "Carlos Emilio Campos: An Award Presentation" ;
    ns1:description "awards ceremony",
        "tribute" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/142303> ;
    ns1:startDate "1974-12-28T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/80091/work_01> ;
    rdfs:comment """Entered from booking ledger. According to a timeline published by the Museum of Performing Arts of Colombia, "The Consulate paid [Carlos Emilio Campos] a grand tribute for his 35 years of artistic work. At Carnegie Hall, the Colombian consul, Cepero Samper, presented him with a medal." The booking ledger is unclear as to the licensee for this event. It was seemingly, Campos; however, this seems unlikely if he was presented with an award, so it may have been the Colombian consulate that arranged the rental of the hall.\r
“Museartes | Exposición: Maestro Del Buen Contento | Teatro Colombiano.” Museomuseartes, https://www.museartes.net/campitos. Accessed 2 June 2026.""" .

