@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/982> a ns1:Event ;
    rdfs:label "Beethoven String Quartet" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/2> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1892-01-14T20:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/982/work_01>,
        <http://data.carnegiehall.org/events/982/work_02>,
        <http://data.carnegiehall.org/events/982/work_03>,
        <http://data.carnegiehall.org/events/982/work_04>,
        <http://data.carnegiehall.org/events/982/work_05> ;
    rdfs:comment """Note that two of the works on this program, Bazzini's String Quartet in E-flat Major, Op. 76, and Nawratil's Piano Quintet in C Minor, Op. 17, are listed as "New," but whether or not this performance represented a premiere of either is not clear.  A review in the New York Sun makes no mention of premieres (refers to the works only as "new").  \r
The quartet personnel is not listed in the printed program; the performers indicated here were taken from the 11/17/1892 performance by the Beethoven Quartet.  The program also does not state whether Carl Martin performed his songs with piano or quartet accompaniment.\r
The sun. [volume] (New York [N.Y.]), 15 Jan. 1892. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1892-01-15/ed-1/seq-3/" target="_blank">Link to review</a>""" .

