@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/34613> a ns1:Event ;
    rdfs:label "Midnight Performance: Salute to Eddie Condon" ;
    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/113789> ;
    ns1:startDate "1964-07-21T00:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/34613/work_01>,
        <http://data.carnegiehall.org/events/34613/work_02>,
        <http://data.carnegiehall.org/events/34613/work_03>,
        <http://data.carnegiehall.org/events/34613/work_04>,
        <http://data.carnegiehall.org/events/34613/work_05>,
        <http://data.carnegiehall.org/events/34613/work_06>,
        <http://data.carnegiehall.org/events/34613/work_07>,
        <http://data.carnegiehall.org/events/34613/work_08>,
        <http://data.carnegiehall.org/events/34613/work_09> ;
    rdfs:comment """Some details added from the New York Times review.\r
According to the review, Sammy Davis, Jr. did not appear, due to laryngitis; because of this, plans to make a television taping of the performance were dropped.\r
Wilson, John S.  "JAZZ MEN SALUTE CONDON'S CAREER." New York Times (1923-Current file), Jul 22, 1964, pp. 38. ProQuest.""" .

