@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/41147> a ns1:Event ;
    rdfs:label "University of Connecticut Chamber Orchestra, Studio Orchestra, and Wind Ensemble" ;
    ns2:conductor <http://data.carnegiehall.org/names/27447> ;
    ns1:description "chamber orchestra performance",
        "concert band performance",
        "multiple performances",
        "symphony orchestra performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94684> ;
    ns1:organizer <http://data.carnegiehall.org/names/99558> ;
    ns1:startDate "2004-11-03T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/41147/work_01>,
        <http://data.carnegiehall.org/events/41147/work_02>,
        <http://data.carnegiehall.org/events/41147/work_03>,
        <http://data.carnegiehall.org/events/41147/work_04>,
        <http://data.carnegiehall.org/events/41147/work_05>,
        <http://data.carnegiehall.org/events/41147/work_06>,
        <http://data.carnegiehall.org/events/41147/work_07> ;
    rdfs:comment """Title: Musical Offerings: Recent Compositions Commissioned by Raymond and Beverly Sackler\r
NEW YORK PREMIERE of Gabriela Frank's AN AMERICAN IN PERU\r
NEW YORK PREMIERE of Karim Al-Zand's CONCERTINO FOR TRUMPET AND CHAMBER ORCHESTRA\r
NEW YORK PREMIERE of Jim McNeely's SEPTEMBER TRIPTYCH\r
WORLD PREMIERE of Joseph Schwantner's RECOIL""" .

