@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/45585> a ns1:Event ;
    rdfs:label "Adele Margulies Trio" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/9> ;
    ns1:organizer <http://data.carnegiehall.org/names/100532> ;
    ns1:startDate "1911-11-21T20:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/45585/work_01>,
        <http://data.carnegiehall.org/events/45585/work_02>,
        <http://data.carnegiehall.org/events/45585/work_03> ;
    rdfs:comment """Entered from an advertisement in the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1911-11-21/ed-1/seq-14/" target="_blank">New York Tribune (column 7, near bottom)</a> and reviews in <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1911-11-22/ed-1/seq-9/" target="_blank">The Sun ("Concert Music Of One Day", column 3)</a> and the New York Times. The advertisement indicates tickets were priced at $1.00 and $1.50.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, November 21, 1911, Image 14. no. 1911/11/21, 21 Nov. 1911, p. 14.\r
Humanities, National Endowment for the. The Sun. [Volume] (New York [N.Y.]) 1833-1916, November 22, 1911, Image 9. no. 1911/11/22, 22 Nov. 1911, p. 9.\r
Humanities, National Endowment for the. The Sun. [Volume] (New York [N.Y.]) 1833-1916, November 22, 1911, Image 9. no. 1911/11/22, 22 Nov. 1911, p. 9.\r
"THE MARGULIES TRIO.: MUSIC BY HAYDN, PADEREWSKI, AND BOSSI GIVEN AT ITS FIRST CONCERT." New York Times (1857-1922), Nov 22 1911, p. 13. ProQuest. Web. 26 Feb. 2022.""" .

