@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/45556> 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 "1912-01-23T20:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/45556/work_01>,
        <http://data.carnegiehall.org/events/45556/work_02>,
        <http://data.carnegiehall.org/events/45556/work_03> ;
    rdfs:comment """Entered from a New York Times concert listing and reviews in <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030193/1912-01-24/ed-1/seq-13/" target="_blank">The Evening World ("Adele Margulies Trio Gives Its Second Concert", column 2)</a>, the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1912-01-24/ed-1/seq-7/" target="_blank">New York Tribune ("Margulies Trio Plays", column 3)</a>, and the New York Times.\r
NEW YORK PREMIERE of Alexander Grechaninov's PIANO TRIO NO.1 IN C MINOR, OP. 38\r
Humanities, National Endowment for the. The Evening World. [Volume] (New York, N.Y.) 1887-1931, January 24, 1912, Final Edition, Image 13. no. 1912/01/24, 24 Jan. 1912, p. 13.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, January 24, 1912, Image 7. no. 1912/01/24, 24 Jan. 1912, p. 7.\r
"NEWS AND REVIEWS OF THE MUSIC WORLD." New York Times (1857-1922), Jan 21 1912, p. 1. ProQuest. Web. 27 Feb. 2022.\r
"THE MARGULIES TRIO." New York Times (1857-1922), Jan 24 1912, p. 20. ProQuest. Web. 27 Feb. 2022.""" .

