@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/69420> a ns1:Event ;
    rdfs:label "Chamber Music 60" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/128314> ;
    ns1:startDate "1960-03-13T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/69420/work_01>,
        <http://data.carnegiehall.org/events/69420/work_02>,
        <http://data.carnegiehall.org/events/69420/work_03>,
        <http://data.carnegiehall.org/events/69420/work_04>,
        <http://data.carnegiehall.org/events/69420/work_05> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review. The performers are not identified.\r
WORLD PREMIERE of Donald Martino's PIANO FANTASY\r
WORLD PREMIERE of Martino's TRIO FOR VIOLIN, CLARINET, AND PIANO\r
WORLD PREMIERE of Malcolm Peyton's 4 SONGS FROM SHAKESPEARE\r
NEW YORK PREMIERE of Edward T. Cone's PIANO TRIO\r
"CONCERT AND OPERA PROGRAMS OF THE WEEK." New York Times (1923-), Mar 13 1960, p. 1. ProQuest. Web. 25 July 2022.\r
Salzman, Eric. "4 COMPOSERS' MUSIC IS PERFORMED HERE." New York Times (1923-), Mar 14 1960, p. 25. ProQuest. Web. 25 July 2022.""" .

