@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/45975> 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 "1914-01-25T15:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/45975/work_01>,
        <http://data.carnegiehall.org/events/45975/work_02>,
        <http://data.carnegiehall.org/events/45975/work_03>,
        <http://data.carnegiehall.org/events/45975/work_04> ;
    rdfs:comment """Entered from an <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1914-01-24/ed-1/seq-16/" target="_blank">advertisement (column 6, bottom)</a> in the New-York Tribune, and a New York Times concert listing and review. Tickets were priced from 50 cents to $2.00. According to the review, the unidentified "quartetto sinfonico" by Sammartini was played for "the first time."\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, January 24, 1914, Image 16. no. 1914/01/24, 24 Jan. 1914, p. 16.\r
"MUSIC OF THE WEEK." New York Times (1857-1922), Jan 25 1914, p. 73. ProQuest. Web. 11 June 2022.\r
"NINE CONCERTS FOR LOVERS OF MUSIC: PROGRAMMES GIVEN BY ORCHESTRA, CHORUS, STRING QUARTET, AND SOLO VOICES. GOOD SYMPHONY AUDIENCES DAMROSCH ORGANIZATION OFFERS THREE NOVELTIES -- PHILHARMONIC PLAYS GODDARD'S "ORIENTAL" SYMPHONY." New York Times (1857-1922), Jan 26 1914, p. 7. ProQuest. Web. 11 June 2022.""" .

