@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/61272> 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 "1912-12-03T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/61272/work_01>,
        <http://data.carnegiehall.org/events/61272/work_02>,
        <http://data.carnegiehall.org/events/61272/work_03> ;
    rdfs:comment """Entered from New York Times advertisement and <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1912-12-04/ed-1/seq-11/" target="_blank">New-York Tribune review</a>.. Stated time is approximate.\r
Other than violinist Max Jacobs and assisting artist Caroline Beebe, the other musicians are not named.\r
"Display Ad 31 -- no Title." New York Times (1857-1922), Dec 03, 1912, pp. 24. ProQuest.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, December 04, 1912, Image 11. no. 1912/12/04, 4 Dec. 1912, p. 11.""" .

