@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/24866> a ns1:Event ;
    rdfs:label "New York Symphony String Quartet" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/2> ;
    ns1:organizer <http://data.carnegiehall.org/names/260> ;
    ns1:startDate "1893-02-14T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/24866/work_01>,
        <http://data.carnegiehall.org/events/24866/work_02>,
        <http://data.carnegiehall.org/events/24866/work_03> ;
    rdfs:comment """According to the review in the <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1893-02-15/ed-1/seq-7/" target="_blank">New York Tribune (column 5, "The Symphony Quartette")</a>, Mozart's String Quartet in G Major, K. 387 was substituted for the originally programmed Quartet in D Minor, K. 421.\r
Humanities, National Endowment for the. New-York Tribune. [Volume] (New York [N.Y.]) 1866-1924, February 15, 1893, Image 7. no. 1893/02/15, 15 Feb. 1893, p. 7.""" .

