@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/43120> 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-12-07T15:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/43120/work_01>,
        <http://data.carnegiehall.org/events/43120/work_02>,
        <http://data.carnegiehall.org/events/43120/work_03>,
        <http://data.carnegiehall.org/events/43120/work_04> ;
    rdfs:comment """Entered from an advertisement in the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1913-12-06/ed-1/seq-18/" target="_blank">New-York Tribune ("MAX JACOBS QUARTET", column 6)</a> and a New York Times review.\r
NEW YORK PREMIERE of Jan Brandts Buys' ROMANTISCHE SERENADE, OP. 25\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, December 06, 1913, Image 18. no. 1913/12/06, 6 Dec. 1913, p. 18.\r
"Max Jacobs Quartet." New York Times (1857-1922), Dec 08 1913, p. 11. ProQuest. Web. 11 June 2022.""" .

