@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/45587> a ns1:Event ;
    rdfs:label "Flonzaley Quartet" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/9> ;
    ns1:organizer <http://data.carnegiehall.org/names/67> ;
    ns1:startDate "1912-01-08T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/45587/work_01>,
        <http://data.carnegiehall.org/events/45587/work_02>,
        <http://data.carnegiehall.org/events/45587/work_03> ;
    rdfs:comment """Entered from an advertisement in the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1912-01-07/ed-1/seq-59/" target="_blank">New York Tribune (column 7, near bottom)</a> and a reviews in <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030193/1912-01-09/ed-1/seq-11/" target="_blank">The Evening World ("Flonzaley Quartet Plays Sonata By Bach's Son", column 1)</a> and the New York Times; stated time is approximate. Tickets were priced at 50 cents to $1.50.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, January 07, 1912, Image 59. no. 1912/01/07, 7 Jan. 1912, p. 7.\r
"THE FLONZALEY QUARTET." New York Times (1857-1922), Jan 09 1912, p. 13. ProQuest. Web. 26 Feb. 2022.""" .

