@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/66070> a ns1:Event ;
    rdfs:label "New York Woodwind Quintet" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/180> ;
    ns1:startDate "1956-11-16T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/66070/work_01>,
        <http://data.carnegiehall.org/events/66070/work_02>,
        <http://data.carnegiehall.org/events/66070/work_03>,
        <http://data.carnegiehall.org/events/66070/work_04> ;
    rdfs:comment """Entered from booking ledger and New York Times advertisement, listing, and review. Tickets were $2.40 (center orchestra), $2.00 (side orchestra), and $1.80 (balcony).\r
NEW YORK PREMIERE of Alvin Etler's WIND QUINTET NO. 1\r
NEW YORK PREMIERE of Samuel Barber's SUMMER MUSIC\r
"Display Ad 371 -- no Title." New York Times (1923-Current file), Nov 11 1956, p. 148. ProQuest. Web. 12 Apr. 2021.\r
"CONCERT AND OPERA PROGRAMS FOR THE WEEK: OPERA METROPOLITAN." New York Times (1923-Current file), Nov 11 1956, p. 148. ProQuest. Web. 12 Apr. 2021.\r
Schonberg, Harold C. "2 PREMIERES MARK WOODWIND CONCERT." New York Times (1923-Current file), Nov 17 1956, p. 17. ProQuest. Web. 12 Apr. 2021.""" .

