@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/39988> a ns1:Event ;
    rdfs:label "Ignacy Jan Paderewski, Piano, with the Adamowski Quartet" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/9> ;
    ns1:startDate "1896-04-12T15:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/39988/work_01>,
        <http://data.carnegiehall.org/events/39988/work_02>,
        <http://data.carnegiehall.org/events/39988/work_03> ;
    rdfs:comment """See advertisement:\r
New-York tribune. [volume] (New York [N.Y.]), 11 April 1896. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1896-04-11/ed-1/seq-9/" target="_blank">Link to advertisement</a>\r
See review (column 6, "Paderewski Heard in a Sunday Afternoon Concert"):\r
The sun. [volume] (New York [N.Y.]), 13 April 1896. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1896-04-13/ed-1/seq-5/" target="_blank">Link to review</a>""" .

