@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/78633> a ns1:Event ;
    rdfs:label "The Zelenka Woodwind Quintet" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/139581> ;
    ns1:startDate "1972-03-02T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/78633/work_01>,
        <http://data.carnegiehall.org/events/78633/work_02>,
        <http://data.carnegiehall.org/events/78633/work_03>,
        <http://data.carnegiehall.org/events/78633/work_04>,
        <http://data.carnegiehall.org/events/78633/work_05> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review. The ensemble members and assisting musicians are not identified.\r
WORLD PREMIERE of Jan Dismas Zelenka's TRIO SONATA IN F MAJOR, ZWV 181, NO. 5, transcr. Ernest Lubin \r
“Who Makes Music and Where.” New York Times [New York, N.Y., United States], 27 Feb. 1972, p. D16. ARTS AND LEISURE.\r
Ericson, Raymond. “Zelenka Woodwinds Play Master’s Work.” New York Times [New York, N.Y., United States], 5 Mar. 1972, p. 59.""" .

