@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/43373> a ns1:Event ;
    rdfs:label "Dorothea Röschmann, Soprano, Ian Bostridge, Tenor, and Julius Drake, Piano" ;
    ns1:description "joint recital" ;
    ns1:location <http://data.carnegiehall.org/venues/65521> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2006-05-13T19:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/43373/work_01>,
        <http://data.carnegiehall.org/events/43373/work_02>,
        <http://data.carnegiehall.org/events/43373/work_03>,
        <http://data.carnegiehall.org/events/43373/work_04> ;
    rdfs:comment """Perspectives: Ian Bostridge\r
All-Schumann Program\r
The songs of Schumann's "Myrthen" were divided between Ms. Roschmann and Mr. Bostridge as follows:\r
Ms. Roschmann: Nos. 3, 4, 7, 10, 11, 12, 16, 20, 23, and 25\r
Mr. Bostridge: Nos. 1, 2, 5, 6, 8, 13, 15, 17, 18, 19, 21, 224, and 26\r
Intermission was placed following No.12 ("Lied der Braut II")""" .

