@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/77192> a ns1:Event ;
    rdfs:label "Mahler Chamber Orchestra, Yuja Wang, Piano and Director" ;
    ns2:conductor <http://data.carnegiehall.org/names/67094> ;
    ns2:orchestra <http://data.carnegiehall.org/names/78812> ;
    ns1:description "chamber orchestra performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94684> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2026-05-01T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/77192/work_01>,
        <http://data.carnegiehall.org/events/77192/work_02>,
        <http://data.carnegiehall.org/events/77192/work_03>,
        <http://data.carnegiehall.org/events/77192/work_04>,
        <http://data.carnegiehall.org/events/77192/work_05>,
        <http://data.carnegiehall.org/events/77192/work_06> ;
    rdfs:comment """Matthew Truscott, Concertmaster and Leader\r
Yuja Wang conducted from the piano. The performance order was changed from that shown in the printed concert program (original order: Prokofiev concerto, intermission, Prokofiev symphony, Chopin concerto). The following announcement was made: "Yuja Wang also kindly asks your indulgence this evening as she is recovering from a slight injury. Yuja Wang and Mahler Chamber Orchestra would like to dedicate this performance to the memory of Michael Tilson Thomas.\"""" .

