@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/46681> a ns1:Event ;
    rdfs:label "Toscha Seidel, Violin" ;
    ns1:description "benefit performance",
        "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/7> ;
    ns1:startDate "1918-10-06T15:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/46681/work_01>,
        <http://data.carnegiehall.org/events/46681/work_02>,
        <http://data.carnegiehall.org/events/46681/work_03>,
        <http://data.carnegiehall.org/events/46681/work_04>,
        <http://data.carnegiehall.org/events/46681/work_05>,
        <http://data.carnegiehall.org/events/46681/work_06>,
        <http://data.carnegiehall.org/events/46681/work_07> ;
    rdfs:comment """Benefit for the building fund of the East Side Labor Lyceum\r
Entered from advertisement and reviews in the New-York Tribune, Evening World, and New York Times.\r
New-York tribune. [volume] (New York [N.Y.]), 06 Oct. 1918. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1918-10-06/ed-1/seq-39/" target="_blank">Link to advertisement</a>\r
The evening world. [volume] (New York, N.Y.), 07 Oct. 1918. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030193/1918-10-07/ed-1/seq-17/" target="_blank">Link to review</a>\r
"START MUSIC SEASON IN SUNDAY CONCERTS: SEIDEL, ROSENBLATT, ITALY'S BAND AND AMERICAN SINGERS AMONG THOSE HEARD YESTERDAY." New York Times (1857-1922), Oct 07 1918, p. 11. ProQuest. Web. 16 Oct. 2019.""" .

