@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <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/39938> a ns2:Event ;
    rdfs:label "Jazz Concert featuring the Dave Brubeck Quartet, Jimmy Smith and His Organ Trio, and Lou Rawls" ;
    ns1:genre <http://data.carnegiehall.org/genres/34> ;
    ns2:location <http://data.carnegiehall.org/venues/5> ;
    ns2:organizer <http://data.carnegiehall.org/names/96382> ;
    ns2:startDate "1966-09-24T20:30:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/39938/work_01>,
        <http://data.carnegiehall.org/events/39938/work_02>,
        <http://data.carnegiehall.org/events/39938/work_03> ;
    rdfs:comment """Title: The Jazz Big 3 in Concert\r
Selection information (incomplete), which does not appear in the printed concert program, has been added as per the review published in the New York Times.\r
Wilson, John S. "LOU RAWLS SINGS AT CARNEGIE HALL: APPEARS IN 2 CONCERTS WITH BRUBECK AND JIMMY SMITH." New York Times (1923-), Sep 26 1966, p. 65. ProQuest. Web. 12 Sep. 2024.""" .

