@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/45578> a ns1:Event ;
    rdfs:label "Lucie Bruch, Violin, and Fritz Bruch, Cello" ;
    ns1:description "joint recital" ;
    ns1:location <http://data.carnegiehall.org/venues/9> ;
    ns1:organizer <http://data.carnegiehall.org/names/294> ;
    ns1:startDate "1911-11-14T15:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/45578/work_01>,
        <http://data.carnegiehall.org/events/45578/work_02>,
        <http://data.carnegiehall.org/events/45578/work_03>,
        <http://data.carnegiehall.org/events/45578/work_04>,
        <http://data.carnegiehall.org/events/45578/work_05>,
        <http://data.carnegiehall.org/events/45578/work_06> ;
    rdfs:comment """Entered from a review published in <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030193/1911-11-15/ed-1/seq-17/" target="_blank">The Evening World ("Lucie and Fritz Bruch in Violin and Cello Recital", column 2)</a> and a listing and review in the New York Times.\r
Humanities, National Endowment for the. The Evening World. [Volume] (New York, N.Y.) 1887-1931, November 15, 1911, Final Edition, Image 17. no. 1911/11/15, 15 Nov. 1911. chroniclingamerica.loc.gov, https://chroniclingamerica.loc.gov/lccn/sn83030193/1911-11-15/ed-1/seq-17/.\r
"A CALENDAR OF CONCERTS." New York Times (1857-1922), Nov 12 1911, p. 1. ProQuest. Web. 20 Feb. 2022.\r
"LUCIE AND FRITZ BRUCH PLAY." New York Times (1857-1922), Nov 15 1911, p. 11. ProQuest. Web. 20 Feb. 2022.""" .

