@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/52703> a ns1:Event ;
    rdfs:label "Emanuel Ax, Piano" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/94684> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2014-05-15T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/52703/work_01>,
        <http://data.carnegiehall.org/events/52703/work_02>,
        <http://data.carnegiehall.org/events/52703/work_03>,
        <http://data.carnegiehall.org/events/52703/work_04>,
        <http://data.carnegiehall.org/events/52703/work_05>,
        <http://data.carnegiehall.org/events/52703/work_06>,
        <http://data.carnegiehall.org/events/52703/work_07> ;
    rdfs:comment """Dean's Hommage à Brahms is designed to be performed either independently as a set of three pieces, or—as on this program—interspersed with the four pieces that constitute Brahms's Klavierstücke, Op. 119.\r
NEW YORK PREMIERE of Brett Dean's HOMMAGE À BRAHMS (CHC co-commission)\r
NEW YORK PREMIERE of Missy Mazzoli's BOLTS OF LOVING THUNDER (CHC co-commission)""" .

