@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/40125> a ns1:Event ;
    rdfs:label "Benefit: New York Medical College and Hospital for Women" ;
    ns2:conductor <http://data.carnegiehall.org/names/53563> ;
    ns2:orchestra <http://data.carnegiehall.org/names/2369> ;
    ns1:description "benefit performance",
        "symphony orchestra performance" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/169> ;
    ns1:startDate "1897-11-29T20:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/40125/work_01>,
        <http://data.carnegiehall.org/events/40125/work_02>,
        <http://data.carnegiehall.org/events/40125/work_03>,
        <http://data.carnegiehall.org/events/40125/work_04>,
        <http://data.carnegiehall.org/events/40125/work_05>,
        <http://data.carnegiehall.org/events/40125/work_06>,
        <http://data.carnegiehall.org/events/40125/work_07>,
        <http://data.carnegiehall.org/events/40125/work_08>,
        <http://data.carnegiehall.org/events/40125/work_09>,
        <http://data.carnegiehall.org/events/40125/work_10> ;
    rdfs:comment """Entered from advertisements and reviews in the New-York Tribune and New York Times.\r
The orchestra for this event, billed as "Anton Seidl and His Orchestra," most likely consisted of freelance musicians.\r
New-York tribune. [volume] (New York [N.Y.]), 28 Nov. 1897. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1897-11-28/ed-1/seq-11/" target="_blank">Link to advertisement (column 4)</a>\r
New-York tribune. [volume] (New York [N.Y.]), 30 Nov. 1897. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1897-11-30/ed-1/seq-5/" target="_blank">Link to review</a>\r
"Display Ad 19 -- no Title." New York Times (1857-1922), Nov 25 1897, p. 12. ProQuest. Web. 1 Oct. 2019.\r
"OPERETTA IN IRVING PLACE.: JULIE KOPACSY IN THE PRINCIPAL ROLE IN "WALDMEISTER."." New York Times (1857-1922), Nov 30 1897, p. 7. ProQuest. Web. 1 Oct. 2019.""" .

