@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/41129> a ns1:Event ;
    rdfs:label "Beaux Arts String Quartet" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/238> ;
    ns1:startDate "1957-03-03T17:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/41129/work_01>,
        <http://data.carnegiehall.org/events/41129/work_02>,
        <http://data.carnegiehall.org/events/41129/work_03>,
        <http://data.carnegiehall.org/events/41129/work_04>,
        <http://data.carnegiehall.org/events/41129/work_05> ;
    rdfs:comment """Entered from newspaper listing, reviews, and booking ledger.\r
Members of the quartet were not listed in either the advertisement or the review, so they have been entered from a program from the fall of 1957.\r
"CONCERT AND OPERA PROGRAMS FOR THE WEEK." New York Times (1923-Current file), Mar 03, 1957, pp. 114. ProQuest.\r
"BEAUX-ARTS GROUP IN 'ENCORE' CONCERT." New York Times (1923-Current file), Mar 04, 1957, pp. 24. ProQuest.\r
WORLD PREMIERE of Alec Wilder's SUITE FOR FLUTE AND STRINGS\r
WORLD PREMIERE of Henry Brant's ALL SOULS CARNIVAL""" .

