@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/44947> a ns1:Event ;
    rdfs:label "The Zoellner Quartet" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/9> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1912-03-06T20:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/44947/work_01>,
        <http://data.carnegiehall.org/events/44947/work_02>,
        <http://data.carnegiehall.org/events/44947/work_03>,
        <http://data.carnegiehall.org/events/44947/work_04>,
        <http://data.carnegiehall.org/events/44947/work_05>,
        <http://data.carnegiehall.org/events/44947/work_06>,
        <http://data.carnegiehall.org/events/44947/work_07> ;
    rdfs:comment """Entered from an event listing in the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1912-03-03/ed-1/seq-52/" target="_blank">New York Tribune ("Calendar For The Current Week", columns 2-3)</a> and a reviews in <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030193/1912-03-07/ed-1/seq-15/" target="_blank">The Evening World ("The Zoellner Quartet At Carnegie Lyceum", column 1)</a>.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, March 03, 1912, Image 52. no. 1912/03/03, 3 Mar. 1912, p. 2.\r
Humanities, National Endowment for the. The Evening World. [Volume] (New York, N.Y.) 1887-1931, March 07, 1912, Final Edition, Image 15. no. 1912/03/07, 7 Mar. 1912. chroniclingamerica.loc.gov, https://chroniclingamerica.loc.gov/lccn/sn83030193/1912-03-07/ed-1/seq-15/.""" .

