@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/44599> a ns1:Event ;
    rdfs:label "Flonzaley Quartet" ;
    ns1:description "benefit performance",
        "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/2> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1905-02-14T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/44599/work_01>,
        <http://data.carnegiehall.org/events/44599/work_02>,
        <http://data.carnegiehall.org/events/44599/work_03>,
        <http://data.carnegiehall.org/events/44599/work_04>,
        <http://data.carnegiehall.org/events/44599/work_05>,
        <http://data.carnegiehall.org/events/44599/work_06> ;
    rdfs:comment """Benefit for the Day Home and School for Crippled Children, 2111 Madison Avenue\r
Entered from listings in the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1905-02-12/ed-1/seq-52/" target="_blank">New-York Tribune ("Music Notes", column 1)</a> and New York Times.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, February 12, 1905, Image 52. no. 1905/02/12, 12 Feb. 1905, p. 2.\r
"DE COPPET MUSICIANS TO PLAY." New York Times (1857-1922), Feb 13 1905, p. 7. ProQuest. Web. 5 Mar. 2021.""" .

