@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/61725> a ns1:Event ;
    rdfs:label "Jian Shi, Piano" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/115034> ;
    ns1:startDate "2018-10-26T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/61725/work_01>,
        <http://data.carnegiehall.org/events/61725/work_02>,
        <http://data.carnegiehall.org/events/61725/work_03>,
        <http://data.carnegiehall.org/events/61725/work_04>,
        <http://data.carnegiehall.org/events/61725/work_05>,
        <http://data.carnegiehall.org/events/61725/work_06>,
        <http://data.carnegiehall.org/events/61725/work_07>,
        <http://data.carnegiehall.org/events/61725/work_08>,
        <http://data.carnegiehall.org/events/61725/work_09>,
        <http://data.carnegiehall.org/events/61725/work_10>,
        <http://data.carnegiehall.org/events/61725/work_11>,
        <http://data.carnegiehall.org/events/61725/work_12> ;
    rdfs:comment """The New Sounds of the US and China\r
The program also lists "guest artists" M. Odell and Zhang Zhehao, but does not specify their roles in the performance nor on which works they performed. An additional note lists "special pieces" by Du Mingxin, John Corigliano, Jennifer Higdon, and Sebastian Currier, but does not identify them by title.\r
WORLD PREMIERE of Bernard Herrmann's NORTH BY NORTHWEST, CONCERT ETUDE FOR PIANO\r
WORLD PREMIERE of Jian Shi's TWO IMPRESSIONS\r
NEW YORK PREMIERE of Christopher Theofanidis' BIRICHINO""" .

