@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/42273> a ns1:Event ;
    rdfs:label "Severn Trio" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/2> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1903-03-03T20:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/42273/work_01>,
        <http://data.carnegiehall.org/events/42273/work_02>,
        <http://data.carnegiehall.org/events/42273/work_03>,
        <http://data.carnegiehall.org/events/42273/work_04>,
        <http://data.carnegiehall.org/events/42273/work_05>,
        <http://data.carnegiehall.org/events/42273/work_06>,
        <http://data.carnegiehall.org/events/42273/work_07>,
        <http://data.carnegiehall.org/events/42273/work_08>,
        <http://data.carnegiehall.org/events/42273/work_09> ;
    rdfs:comment """Entered from listings in the New-York Tribune and New York Times.\r
New-York tribune. [volume] (New York [N.Y.]), 01 March 1903. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1903-03-01/ed-1/seq-22/" target="_blank">Link to listing</a>\r
"MUSIC OF THE WEEK." New York Times (1857-1922), Mar 01 1903, p. 26. ProQuest. Web. 4 Aug. 2020.\r
"THE SEVERN TRIO." New York Times (1857-1922), Mar 01 1903, p. 26. ProQuest. Web. 4 Aug. 2020\r
WORLD PREMIERE of Edmund Severn's ITALIAN SUITE\r
WORLD PREMIERE of Severn's DREAM SONG\r
WORLD PREMIERE of Severn's APRIL WEATHER\r
WORLD PREMIERE of Severn's MY SECRET\r
PREMIERE of Eduard Napravnik's PIANO TRIO IN D MIN., OP. 62""" .

