@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/66412> a ns1:Event ;
    rdfs:label "Hebrew Arts School for Music and Dance Benefit Concert" ;
    ns1:description "benefit performance",
        "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/123440>,
        <http://data.carnegiehall.org/names/125199> ;
    ns1:startDate "1957-03-07T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/66412/work_01>,
        <http://data.carnegiehall.org/events/66412/work_02>,
        <http://data.carnegiehall.org/events/66412/work_03>,
        <http://data.carnegiehall.org/events/66412/work_04>,
        <http://data.carnegiehall.org/events/66412/work_05>,
        <http://data.carnegiehall.org/events/66412/work_06> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review. The wind performers are not identified.\r
NEW YORK PREMIERE of Tzipora Jochsberger's 4 PIECES FOR WIND TRIO\r
NEW YORK PREMIERE of Hanoch Jacoby's WOODWIND QUINTET\r
"CONCERT AND OPERA PROGRAMS FOR THE WEEK: OPERA METROPOLITAN CONCERTS RECITALS TODAY." New York Times (1923-Current file), Mar 03 1957, p. 114. ProQuest. Web. 14 May 2021.\r
"CONCERT HERE HELPS HEBREW ART SCHOOL." New York Times (1923-Current file), Mar 08 1957, p. 21. ProQuest. Web. 14 May 2021.""" .

