@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/45602> a ns1:Event ;
    rdfs:label "Sara Gurowitsch, Cello" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/9> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1912-03-19T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/45602/work_01>,
        <http://data.carnegiehall.org/events/45602/work_02>,
        <http://data.carnegiehall.org/events/45602/work_03>,
        <http://data.carnegiehall.org/events/45602/work_04>,
        <http://data.carnegiehall.org/events/45602/work_05>,
        <http://data.carnegiehall.org/events/45602/work_06>,
        <http://data.carnegiehall.org/events/45602/work_07>,
        <http://data.carnegiehall.org/events/45602/work_08> ;
    rdfs:comment """Entered from a listing <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1912-03-17/ed-1/seq-25/" target="_blank">("Notes of Music Events", column 5)</a> and review <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1912-03-20/ed-1/seq-9/" target="_blank">("Sara Gurowitsch's Concert", column 5)</a> in The Sun, and a New York Times concert listing and review. Stated time is approximate.\r
Humanities, National Endowment for the. The Sun. [Volume] (New York [N.Y.]) 1833-1916, March 17, 1912, SECOND SECTION, Image 25. no. 1912/03/17, 17 Mar. 1912, p. 9.\r
Humanities, National Endowment for the. The Sun. [Volume] (New York [N.Y.]) 1833-1916, March 20, 1912, Image 9. no. 1912/03/20, 20 Mar. 1912, p. 9.\r
"A CALENDAR OF CONCERTS." New York Times (1857-1922), Mar 10 1912, p. 1. ProQuest. Web. 6 Mar. 2022.\r
"Miss Gurowitsch's Recital." New York Times (1857-1922), Mar 20 1912, p. 13. ProQuest. Web. 6 Mar. 2022.""" .

