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

<http://data.carnegiehall.org/events/5233> a ns1:Event ;
    rdfs:label "A 75th Birthday Tribute to Dizzy Gillespie" ;
    ns2:genre <http://data.carnegiehall.org/genres/34> ;
    ns1:description "tribute" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/11931> ;
    ns1:startDate "1992-11-25T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/5233/work_01>,
        <http://data.carnegiehall.org/events/5233/work_02>,
        <http://data.carnegiehall.org/events/5233/work_03>,
        <http://data.carnegiehall.org/events/5233/work_04> ;
    rdfs:comment """Title: The Bahá'í World Congress (Celebrating the Bahá'í Vision of World Peace) presents A 75th Birthday Tribute to Dizzy Gillespie\r
Dizzy Gillespie did not appear as scheduled, due to illness (see New York Times, "Dizzy Gillespie Tribute" by Peter Watrous, Nov. 30, 1992, pg. C12).\r
Selections that appear here have been entered from review.  Program contains a chronology of Gillespie's Carnegie Hall performances, along with a reproduction of a photograph from his 1947 debut.""" .

