@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/48766> a ns1:Event ;
    rdfs:label "New School for Music Study 50th Anniversary Program" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/88402> ;
    ns1:startDate "2010-10-03T13:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/48766/work_01>,
        <http://data.carnegiehall.org/events/48766/work_02>,
        <http://data.carnegiehall.org/events/48766/work_03> ;
    rdfs:comment """Title: Scènes d'enfance - Scenes of Childhood\r
Note that each individual movement of "Jeux d'enfants" and "Le carnaval des animaux" was performed by a different pair of pianists. Since it is not possible to reflect these exact movement-by-movement pairings, please see printed program for additional details.""" .

