@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/39234> 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-01-28T20:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/39234/work_01>,
        <http://data.carnegiehall.org/events/39234/work_02>,
        <http://data.carnegiehall.org/events/39234/work_03> ;
    rdfs:comment """Entered from an advertisement in the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1913-01-26/ed-1/seq-60/" target="_blank">New York Tribune (column 7)</a> and a listing in New York Times. Tickets were priced from 50 cents to $2.00.\r
NEW YORK PREMIERE of Heinrich Gottlieb Noren's SUITE FOR VIOLIN AND PIANO, OP. 16\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, January 26, 1913, Image 60. no. 1913/01/26, 26 Jan. 1913, p. 6.\r
"NEWS AND REVIEWS OF THE MUSIC WORLD." New York Times (1857-1922), Jan 26 1913, p. 1. ProQuest. Web. 6 Mar. 2022.""" .

