@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <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/34764> a ns2:Event ;
    rdfs:label "Clef Club Orchestra" ;
    ns1:conductor <http://data.carnegiehall.org/names/78351> ;
    ns1:orchestra <http://data.carnegiehall.org/names/43046> ;
    ns3:genre <http://data.carnegiehall.org/genres/34> ;
    ns2:location <http://data.carnegiehall.org/venues/5> ;
    ns2:organizer <http://data.carnegiehall.org/names/258> ;
    ns2:startDate "1919-02-15T20:00:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/34764/work_01>,
        <http://data.carnegiehall.org/events/34764/work_02>,
        <http://data.carnegiehall.org/events/34764/work_03>,
        <http://data.carnegiehall.org/events/34764/work_04> ;
    rdfs:comment """Title: Arabian-Nights program\r
Entered from program calender and New York Times review; stated time is approximate. The review notes that "Lieutenant J.R. Europe spoke," that "W.C. Handy was called from the floor to lead his 'Memphis Blues',"and that "Gilbert Anderson conducted most of the twenty-four numbers."  The vocal soloist on "He Draws No Color Line" is referred to only as "Deacon Johnson".\r
"CLEF CLUB IN LIVELY MUSIC.: WELCOMES OLD 15TH WITH "EVERYTHING FROM JUBILEE TO JAZZ."." New York Times (1857-1922), Feb 16 1919, p. 18. ProQuest. Web. 9 Feb. 2023.""" .

