@prefix ns1: <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/80055> a ns1:Event ;
    rdfs:label "The Whirlwinds, Wind Quintet" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/1444> ;
    ns1:startDate "1974-12-10T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/80055/work_01>,
        <http://data.carnegiehall.org/events/80055/work_02>,
        <http://data.carnegiehall.org/events/80055/work_03>,
        <http://data.carnegiehall.org/events/80055/work_04>,
        <http://data.carnegiehall.org/events/80055/work_05> ;
    rdfs:comment """New York Debut\r
Entered from booking ledger and New York Times concert listing and review. According to the review, the group was formerly known as the New Metropolitan Quintet. Other than the Bozza Scherzo, which the review indicates opened the program, the correct program order is uncertain.\r
WORLD PREMIERE of Jalalu-Kalvert Nelson's MOVEMENT FOR WOODWIND QUINTET\r
WORLD PREMIERE of Earl L. Carter's WOODWIND QUINTET NO. 2\r
“Arts and Leisure Guide.” New York Times [New York, N.Y., United States], 8 Dec. 1974, p. 173. AL.\r
Ericson, Raymond. “Music in Review: Whirlwinds Open Debut With Bozza.” New York Times [New York, N.Y., United States], 15 Dec. 1974, p. 68. GN.""" .

