@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/52460> a ns1:Event ;
    rdfs:label "Mika Stoltzman and Richard Stoltzman: New Genre! Part 2" ;
    ns1:description "duo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/81814> ;
    ns1:startDate "2013-05-30T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/52460/work_01>,
        <http://data.carnegiehall.org/events/52460/work_02>,
        <http://data.carnegiehall.org/events/52460/work_03>,
        <http://data.carnegiehall.org/events/52460/work_04>,
        <http://data.carnegiehall.org/events/52460/work_05>,
        <http://data.carnegiehall.org/events/52460/work_06>,
        <http://data.carnegiehall.org/events/52460/work_07>,
        <http://data.carnegiehall.org/events/52460/work_08>,
        <http://data.carnegiehall.org/events/52460/work_09>,
        <http://data.carnegiehall.org/events/52460/work_10>,
        <http://data.carnegiehall.org/events/52460/work_11>,
        <http://data.carnegiehall.org/events/52460/work_12> ;
    rdfs:comment """WORLD PREMIERE of Bill Douglas's MARIMBA CONCERTO\r
WORLD PREMIERE of Steve Reich's DUET\r
WORLD PREMIERE of John Zorn's THE NYMPHS\r
WORLD PREMIERE of William Thomas McKinley's BURNING BRIGHT""" .

