@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/45557> 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-02-27T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/45557/work_01>,
        <http://data.carnegiehall.org/events/45557/work_02>,
        <http://data.carnegiehall.org/events/45557/work_03> ;
    rdfs:comment """Entered from an event listing in the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1912-02-25/ed-1/seq-53/" target="_blank">New York Tribune ("Music Notes", column 2)</a> and New York Times advertisement and review. 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, February 25, 1912, Image 53. no. 1912/02/25, 25 Feb. 1912, p. 3.\r
"Display Ad 46 -- no Title." New York Times (1857-1922), Feb 25 1912, p. 1. ProQuest. Web. 27 Feb. 2022.\r
"Adele Margulies Trio's Concert." New York Times (1857-1922), Feb 28 1912, p. 11. ProQuest. Web. 27 Feb. 2022.""" .

