@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/72429> a ns1:Event ;
    rdfs:label "American Arts Trio" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/131903>,
        <http://data.carnegiehall.org/names/78> ;
    ns1:startDate "1962-11-16T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/72429/work_01>,
        <http://data.carnegiehall.org/events/72429/work_02>,
        <http://data.carnegiehall.org/events/72429/work_03>,
        <http://data.carnegiehall.org/events/72429/work_04> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review.\r
NEW YORK PREMIERE of Russell Woollen's PIANO TRIO, OP. 29\r
NEW YORK PREMIERE of Vincent Persichetti's SERENADE NO. 3 FOR PIANO TRIO, OP. 17\r
"THIS WEEK'S CONCERT AND OPERA PROGRAMS: OPERA NEW YORK CITY OPERA CITY CENTER CONCERTS, RECITALS." New York Times (1923-), Nov 11 1962, p. 155. ProQuest. Web. 24 Aug. 2023.\r
"AMERICAN ARTS TRIO OFFERS 2 PREMIERES." New York Times (1923-), Nov 17 1962, p. 15. ProQuest. Web. 24 Aug. 2023.""" .

