@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/26002> a ns1:Event ;
    rdfs:label "Les Flutes Joyeuses" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/247> ;
    ns1:startDate "1994-09-25T14:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/26002/work_01>,
        <http://data.carnegiehall.org/events/26002/work_02>,
        <http://data.carnegiehall.org/events/26002/work_03>,
        <http://data.carnegiehall.org/events/26002/work_04>,
        <http://data.carnegiehall.org/events/26002/work_05>,
        <http://data.carnegiehall.org/events/26002/work_06>,
        <http://data.carnegiehall.org/events/26002/work_07> ;
    rdfs:comment """Licensee: The Music Center\r
WORLD PREMIERE of Angelo Canepa's IMMERSED IN HARMONY, OP.37\r
WORLD PREMIERE of Roberta Silvesstini's EPAISSEURS\r
WORLD PREMIERE of Paul Turok's FANTASIA ON "NON PIU MESTA" BY ROSSINI, OP.83""" .

