@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/27238> a ns1:Event ;
    rdfs:label "The Famous Palestine Music Ensemble \"Zimro\"" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/165>,
        <http://data.carnegiehall.org/names/26401> ;
    ns1:startDate "1919-11-01T20:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/27238/work_01>,
        <http://data.carnegiehall.org/events/27238/work_02>,
        <http://data.carnegiehall.org/events/27238/work_03>,
        <http://data.carnegiehall.org/events/27238/work_04>,
        <http://data.carnegiehall.org/events/27238/work_05>,
        <http://data.carnegiehall.org/events/27238/work_06>,
        <http://data.carnegiehall.org/events/27238/work_07>,
        <http://data.carnegiehall.org/events/27238/work_08>,
        <http://data.carnegiehall.org/events/27238/work_09> ;
    rdfs:comment """The Famous Palestine Chamber Music Ensemble "Zimro" | Program of Jewish Folk Songs\r
According to the YIVO Institute for Jewish Research, composer Sergey Prokofiev, who had been a classmate of the musicians in Zimro at the St. Petersburg Conservatory, was in attendance for this performance, after which he approached the group and offered to write a work for them, which became the Overture on Hebrew Themes.\r
See advertisements: <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1919-10-19/ed-1/seq-39/" target="_blank">Link to advertisement (column 6, bottom)</a>, <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030431/1919-10-31/ed-1/seq-4/" target="_blank">Link to advertisement (column 6, near bottom)</a>, <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1919-10-26/ed-1/seq-44/" target="_blank">Link to advertisement (columns 7-8)</a>\r
See review: <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030431/1919-11-02/ed-1/seq-13/" target="_blank">Link to review</a>\r
YIVO Director of Public Programs Alex Weiser Discusses a 1919 Zimro Ensemble Carnegie Hall Program. YIVO Institute for Jewish Research, 2 May 2025, https://www.facebook.com/watch/?v=980691824275296.""" .

