@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/42602> a ns1:Event ;
    rdfs:label "Concert presented by New England Conservatory of Music" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/77511> ;
    ns1:startDate "1969-05-03T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/42602/work_01>,
        <http://data.carnegiehall.org/events/42602/work_02>,
        <http://data.carnegiehall.org/events/42602/work_03>,
        <http://data.carnegiehall.org/events/42602/work_04> ;
    rdfs:comment """Title: A New York Festival\r
Entered from booking ledger and New York Times concert listing and review. This was the last concert in a three-day festival presented by the New England Conservatory of Music.\r
NEW YORK PREMIERE of Charles Whittenberg's STRING QUARTET\r
NEW YORK PREMIERE of George Perle's STRING QUARTET NO. 5\r
"Who Makes Music and Where." New York Times (1923-), 27 Apr. 1969, p. 1. ProQuest. Web. 19 May 2025.\r
Davis, Peter G.,. "Quartet from Boston Offers 3 Premieres." New York Times (1923-), 05 May 1969, p. 57. ProQuest. Web. 20 May 2025.""" .

