@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/14641> a ns1:Event ;
    rdfs:label "The New York Pops Sixth Birthday Gala Celebration" ;
    ns3:conductor <http://data.carnegiehall.org/names/17980> ;
    ns3:orchestra <http://data.carnegiehall.org/names/17979> ;
    ns2:genre <http://data.carnegiehall.org/genres/35> ;
    ns1:description "benefit performance" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/17979> ;
    ns1:startDate "1989-05-22T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/14641/work_01>,
        <http://data.carnegiehall.org/events/14641/work_02> ;
    rdfs:comment """Donald Trump does not appear in the printed program for this performance, but he is mentioned in a New York Times concert listing, and a photo by Tom Gates (Getty Images) shows him on the conductor's podium, holding a baton and facing towards the audience. The caption notes that he conducted a "rendition of 'New York, New York'" to end the concert.\r
"Social Events." New York Times (1923-Current file), May 21, 1989, pp. 64, ProQuest Historical Newspapers: The New York Times.\r
"American Businessman Donald Trump Conducts The New York Pops...". Getty Images. N. p., 2017. Web. 7 June 2017.""" .

