@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/52029> a ns1:Event ;
    rdfs:label "Jonathan Biss, Piano" ;
    ns1:description "solo recital" ;
    ns1:location <http://data.carnegiehall.org/venues/65521> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2013-03-12T19:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/52029/work_01>,
        <http://data.carnegiehall.org/events/52029/work_02>,
        <http://data.carnegiehall.org/events/52029/work_03>,
        <http://data.carnegiehall.org/events/52029/work_04>,
        <http://data.carnegiehall.org/events/52029/work_05>,
        <http://data.carnegiehall.org/events/52029/work_06>,
        <http://data.carnegiehall.org/events/52029/work_07>,
        <http://data.carnegiehall.org/events/52029/work_08>,
        <http://data.carnegiehall.org/events/52029/work_09>,
        <http://data.carnegiehall.org/events/52029/work_10>,
        <http://data.carnegiehall.org/events/52029/work_11> ;
    rdfs:comment """The individual pieces from Robert Schumann's "Fantasiestücke," Op. 12 were interspersed with selections from Janacek's "On an Overgrown Path," as follows (please see printed program for details):\r
Des Abends (In the Evening) (Schumann)\r
Naše vecery (Our Evenings) (Janácek)\r
Aufschwung (Soaring) (Schumann)\r
Warum? (Why?) (Schumann)\r
Lístek odvanutý (A Blown-Away Leaf ) (Janácek)\r
Grillen (Whims) (Schumann)\r
Dobrou noc! (Good Night!) (Janácek)\r
In der Nacht (In the Night) (Schumann)\r
Frýdecká panna Maria (The Madonna of Frydek) (Janácek)\r
Fabel (Fable) (Schumann)\r
Pojdte s námi! (Come With Us!) (Janácek)\r
Traumes Wirren (Dream's Confusions) (Schumann)\r
Ende vom Lied (End of the Song) (Schumann)""" .

