@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/22514> a ns1:Event ;
    rdfs:label "Grand Concert featuring Dr. Antonín Dvorák" ;
    ns2:conductor <http://data.carnegiehall.org/names/10716> ;
    ns2:orchestra <http://data.carnegiehall.org/names/2369> ;
    ns1:description "choir and orchestra performance" ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/105> ;
    ns1:startDate "1892-10-21T20:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/22514/work_01>,
        <http://data.carnegiehall.org/events/22514/work_02>,
        <http://data.carnegiehall.org/events/22514/work_03>,
        <http://data.carnegiehall.org/events/22514/work_04>,
        <http://data.carnegiehall.org/events/22514/work_05> ;
    rdfs:comment """U.S. Debut of Antonín Dvorák\r
Additional details have been added from the reviews published in the New-York Tribune and New York Sun. According to the Tribune, the topic of the address by Colonel Higginson was "Two New Worlds: The New World of Columbus and the New World of Music."\r
New-York tribune. [volume] (New York [N.Y.]), 22 Oct. 1892. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1892-10-22/ed-1/seq-7/" target="_blank">Link to article</a>\r
The sun. [volume] (New York [N.Y.]), 22 Oct. 1892. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1892-10-22/ed-1/seq-3/" target="_blank">Link to article</a>\r
U.S. PREMIERE of Dvorak's NATURE, LIFE, AND LOVE\r
WORLD PREMIERE of Dvorak's TE DEUM, OP.103 (Written expressly for this concert)""" .

