@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <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/18540> a ns2:Event ;
    rdfs:label "Russian Symphony Society of New York" ;
    ns1:conductor <http://data.carnegiehall.org/names/31854> ;
    ns1:orchestra <http://data.carnegiehall.org/names/29018> ;
    ns2:description "symphony orchestra performance" ;
    ns2:location <http://data.carnegiehall.org/venues/5> ;
    ns2:organizer <http://data.carnegiehall.org/names/193> ;
    ns2:startDate "1919-03-25T20:15:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/18540/work_01>,
        <http://data.carnegiehall.org/events/18540/work_02>,
        <http://data.carnegiehall.org/events/18540/work_03>,
        <http://data.carnegiehall.org/events/18540/work_04>,
        <http://data.carnegiehall.org/events/18540/work_05> ;
    rdfs:comment """Entered from calendar in 3/6/1919 program and advertisement and reviews in the New York Sun, New-York Tribune, and New York Times. The reviews do not specify the orchestrator/arranger for Mussorgsky's "Pictures at an Exhibition"; it may have been the version by Mikhail Tushmalov.\r
Note that while the program calendar also lists a performance for 3/26, no indication can be found that a second concert took place.\r
The sun. [volume] (New York [N.Y.]), 23 March 1919. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030431/1919-03-23/ed-1/seq-67/" target="_blank">Link to advertisement (column 6, bottom)</a>\r
New-York tribune. [volume] (New York [N.Y.]), 26 March 1919. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1919-03-26/ed-1/seq-15/" target="_blank">Link to review ("Russian Symphony Society's Final Concert of Season", column 4)</a>\r
"Russian Symphony Ends its Season." New York Times (1857-1922), Mar 26 1919, p. 13. ProQuest. Web. 9 June 2021.\r
""" .

