@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/39479> a ns1:Event ;
    rdfs:label "Kneisel Quartet" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/2> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1893-12-15T20:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/39479/work_01>,
        <http://data.carnegiehall.org/events/39479/work_02>,
        <http://data.carnegiehall.org/events/39479/work_03> ;
    rdfs:comment """Entered from advertisements and reviews in New York Times, New-York Tribune, and New York Sun.\r
Note that although the Times review identifies the first work on the program as a quartet by Haydn, advertisements in the preceding days and the Sun and Tribune reviews all identify the work as a quartet in D minor by Mozart.  Personnel entered here based on November 10, 1893 performance.\r
"THE KNEISEL QUARTET.: C.M. LOEFFIER'S NEW SEXTUOR PRODUCED WITH MUCH SUCCESS." New York Times (1857-1922), Dec 16 1893, p. 4. ProQuest. Web. 3 Sep. 2019.\r
The sun. [volume] (New York [N.Y.]), 16 Dec. 1893. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1893-12-16/ed-1/seq-3/" target="_blank">Link to review</a>\r
New-York tribune. [volume] (New York [N.Y.]), 16 Dec. 1893. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1893-12-16/ed-1/seq-7/" target="_blank">Link to review</a>\r
See also advertisement:\r
The sun. [volume] (New York [N.Y.]), 15 Dec. 1893. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1893-12-15/ed-1/seq-10/" target="_blank">Link to advertisement</a>\r
PREMIERE of Charles Martin Loeffler's STRING SEXTET IN A MINOR""" .

