@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/39235> a ns1:Event ;
    rdfs:label "Max Jacobs Quartet" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/9> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1913-02-25T20:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/39235/work_01>,
        <http://data.carnegiehall.org/events/39235/work_02>,
        <http://data.carnegiehall.org/events/39235/work_03> ;
    rdfs:comment """Entered from an advertisement in the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1913-02-25/ed-1/seq-16/" target="_blank">New York Tribune (column 6)</a>, a review in <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030193/1913-02-26/ed-1/seq-13/" target="_blank">The Evening World (column 2)</a>, and a listing and review in the New York Times.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, February 25, 1913, Image 16. no. 1913/02/25, 25 Feb. 1913, p. 16.\r
Humanities, National Endowment for the. The Evening World. [Volume] (New York, N.Y.) 1887-1931, February 26, 1913, Final Edition, Image 13. no. 1913/02/26, 26 Feb. 1913. chroniclingamerica.loc.gov, https://chroniclingamerica.loc.gov/lccn/sn83030193/1913-02-26/ed-1/seq-13/.""" .

